Bonded device list. More...

#include <ble_gapm.h>

+ Collaboration diagram for ble_gap_bond_dev_list_t:

Public Attributes

uint8_t num
 Number of bonded device. More...
 
ble_gap_bdaddr_t items [BLE_GAP_MAX_BOND_NUM]
 Bonded device addr info. More...
 

Detailed Description

Bonded device list.

Definition at line 737 of file ble_gapm.h.

Member Data Documentation

◆ items

ble_gap_bdaddr_t ble_gap_bond_dev_list_t::items[BLE_GAP_MAX_BOND_NUM]

Bonded device addr info.

Definition at line 740 of file ble_gapm.h.

◆ num

uint8_t ble_gap_bond_dev_list_t::num

Number of bonded device.

Definition at line 739 of file ble_gapm.h.


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