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
 

Detailed Description

Name of peer device indication event for BLE_GAPC_EVT_PEER_NAME_GOT.

Definition at line 606 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 609 of file ble_gapc.h.

◆ name

uint8_t* ble_gap_evt_peer_name_get_t::name

Peer device name.

Definition at line 611 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 610 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 608 of file ble_gapc.h.


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