Name of peer device indication. More...

#include <ble_gapc.h>

Public Attributes

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 [__ARRAY_EMPTY]
 Peer device name. More...
 

Detailed Description

Name of peer device indication.

Definition at line 336 of file ble_gapc.h.

Member Data Documentation

◆ addr_type

uint8_t gap_peer_name_ind_t::addr_type

Peer device address type.

Definition at line 339 of file ble_gapc.h.

◆ name

uint8_t gap_peer_name_ind_t::name[__ARRAY_EMPTY]

Peer device name.

Definition at line 341 of file ble_gapc.h.

◆ name_len

uint8_t gap_peer_name_ind_t::name_len

Peer device name length.

Definition at line 340 of file ble_gapc.h.

◆ peer_addr

gap_addr_t gap_peer_name_ind_t::peer_addr

Peer device bd address.

Definition at line 338 of file ble_gapc.h.


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