Name of peer device indication event for BLE_GAPC_EVT_PEER_NAME_GOT. More...

#include <ble_gapc.h>

+ Collaboration diagram for ble_gap_evt_peer_name_get_t:

Public Attributes

ble_gap_addr_t peer_addr
 Peer device bd address. More...
 
uint8_t addr_type
 Peer device address type. More...
 
uint8_t name_len
 Peer device name length. More...
 
uint8_t * name
 Peer device name. More...
 

Detailed Description

Name of peer device indication event for BLE_GAPC_EVT_PEER_NAME_GOT.

Definition at line 396 of file ble_gapc.h.

Member Data Documentation

◆ addr_type

uint8_t ble_gap_evt_peer_name_get_t::addr_type

Peer device address type.

Definition at line 399 of file ble_gapc.h.

◆ name

uint8_t* ble_gap_evt_peer_name_get_t::name

Peer device name.

Definition at line 401 of file ble_gapc.h.

◆ name_len

uint8_t ble_gap_evt_peer_name_get_t::name_len

Peer device name length.

Definition at line 400 of file ble_gapc.h.

◆ peer_addr

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.


The documentation for this struct was generated from the following file: