Name of peer device indication event for BLE_GAPC_EVT_PEER_NAME_GOT. More...
#include <ble_gapc.h>
Public Attributes | |
ble_gap_addr_t | peer_addr |
uint8_t | addr_type |
uint8_t | name_len |
uint8_t * | name |
Name of peer device indication event for BLE_GAPC_EVT_PEER_NAME_GOT.
Definition at line 396 of file ble_gapc.h.
uint8_t ble_gap_evt_peer_name_get_t::addr_type |
Peer device address type.
Definition at line 399 of file ble_gapc.h.
uint8_t* ble_gap_evt_peer_name_get_t::name |
Peer device name.
Definition at line 401 of file ble_gapc.h.
uint8_t ble_gap_evt_peer_name_get_t::name_len |
Peer device name length.
Definition at line 400 of file ble_gapc.h.
ble_gap_addr_t ble_gap_evt_peer_name_get_t::peer_addr |
Peer device bd address.
Definition at line 398 of file ble_gapc.h.