Name of peer device indication. More...

#include <ble_gapc.h>

Public Attributes

ble_gap_addr_t peer_addr
 
uint8_t addr_type
 
uint8_t name_len
 
uint8_t name [__ARRAY_EMPTY]
 

Detailed Description

Name of peer device indication.

Definition at line 441 of file ble_gapc.h.

Member Data Documentation

◆ addr_type

uint8_t ble_gap_peer_name_ind_t::addr_type

Peer device address type.

Definition at line 444 of file ble_gapc.h.

◆ name

uint8_t ble_gap_peer_name_ind_t::name[__ARRAY_EMPTY]

Peer device name.

Definition at line 446 of file ble_gapc.h.

◆ name_len

uint8_t ble_gap_peer_name_ind_t::name_len

Peer device name length.

Definition at line 445 of file ble_gapc.h.

◆ peer_addr

ble_gap_addr_t ble_gap_peer_name_ind_t::peer_addr

Peer device bd address.

Definition at line 443 of file ble_gapc.h.


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