HI,ALL
in the nRF5_SDK_11.0.0-2.alpha_bc3f6a0 , GATT Server Event IDs.
i do not find the read event.
All i found is the BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST .
Now i need a read event without authorization, which event can i use?
Then i download the ble_app_bps in the nrf52382.
And when iphone connect the board with lightblue and read the battery characteristic, the project do not enter the function static void ble_evt_dispatch(ble_evt_t * p_ble_evt);
BR Bernerd