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 606 of file ble_gapc.h.
uint8_t ble_gap_evt_peer_name_get_t::addr_type |
Peer device address type.
Definition at line 609 of file ble_gapc.h.
uint8_t* ble_gap_evt_peer_name_get_t::name |
Peer device name.
Definition at line 611 of file ble_gapc.h.
uint8_t ble_gap_evt_peer_name_get_t::name_len |
Peer device name length.
Definition at line 610 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 608 of file ble_gapc.h.