Hi,
I am using a ble_app_blinky example (SDK16) to communicate with the BLE devices. NRF52840 is connected with the client devices and successfully sending the data to the client which is connected to NRF52840. Now, how to read the characteristics data from the client device.
I used the following function to send the data from NRF52840
"nrf_ble_gq_item_add(p_ble_lbs_c->p_gatt_queue, &write_req, p_ble_lbs_c->conn_handle);"
Same way, how to read the data from the client in NRF52840. Here the client is ESP32 act as a gateway to collect all the sensors data in NRF52840.