Bonded device list. More...
#include <ble_gapm.h>
Collaboration diagram for bond_dev_list_t:Public Attributes | |
| uint8_t | num |
| Number of bonded device. More... | |
| gap_bdaddr_t | items [MAX_BOND_NUM] |
| Bonded device addr info. More... | |
Bonded device list.
Definition at line 720 of file ble_gapm.h.
| gap_bdaddr_t bond_dev_list_t::items[MAX_BOND_NUM] |
Bonded device addr info.
Definition at line 723 of file ble_gapm.h.
| uint8_t bond_dev_list_t::num |
Number of bonded device.
Definition at line 722 of file ble_gapm.h.