Hello,
Is that possible to get peer_addr during a BLE_GAP_EVT_DISCONNECTED event ?
Hello,
Is that possible to get peer_addr during a BLE_GAP_EVT_DISCONNECTED event ?
Hi,
Unfortunately no. A BLE_GAP_EVT_DISCONNECTED event will only give a ble_gap_evt_disconnected_t struct which contains an uint8_t reason that specifies the reason for disconnection with a BLE_HCI_STATUS_CODE.
Ok thank you.