I am using sdk17.
I'm implementing central, and I'm using app_ble_out_c to implement it.
But there's a problem.
This example matches only the specified nus uuid with the service.
I want to connect to all services.
What should I do?
I am using sdk17.
I'm implementing central, and I'm using app_ble_out_c to implement it.
But there's a problem.
This example matches only the specified nus uuid with the service.
I want to connect to all services.
What should I do?
Hi,
Could you please clarify which central example you are using ? We don't have app_ble_out_c example.
What do you mean by "I want to connect to all services" ? You meant you want to access all services on the device or you want to connect to any device with any service not just NUS ?
Connections can be made through scanning.
I want to make various services available in central to exchange data with peripheral.
Central is implemented on the basis of cle_uart_app_c, and peripheral is created by creating a service uuid, not an example. I want to read the service uuid that was created service uuid!
Connections can be made through scanning.
I want to make various services available in central to exchange data with peripheral.
Central is implemented on the basis of cle_uart_app_c, and peripheral is created by creating a service uuid, not an example. I want to read the service uuid that was created service uuid!