Hello,
I am working on example
nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a\examples\ble_central\ble_app_uart_c
pca10040\s132\arm5_no_packs/ble_app_uart_c_pca10040_s132.
I have two different peripheral 1 is sending sensor data as notification and peripheral 2 is used for UART communication. Individually when I am connecting both are working fine to do so I just change the UUID respectively.
But my task is to connect both peripherals to one central and I should be able to send data over UART and get sensor updated value also.
or
Central should Scan all available devices nearby, display names and then we can choose to which device we have to connect(just like our smartphones).
First thing I need to achieve with central is Scan all nearby devices and display names.
I haven't tried anything yet, please help me how to start.If anything is not clear please ask.
Thanks