This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE_GAP_EVT_CONNECTED , reed peer UUID

When CENTRAL connects how can I read the UUID and ADDR of the peer?

static void ble_evt_handler(ble_evt_t const * p_ble_evt, void * p_context)
{

switch (p_ble_evt->header.evt_id)
{
case BLE_GAP_EVT_CONNECTED:
??

Parents Reply Children
No Data
Related