Bonded device list with local address. More...
#include <ble_gapm.h>
Collaboration diagram for ble_gap_bond_dev_list_with_local_addr_t:Public Attributes | |
| uint8_t | num |
| Number of bonded device. More... | |
| ble_gap_bdaddr_t | peer_items [BLE_GAP_MAX_BOND_NUM] |
| Bonded device addr info for peer. More... | |
| ble_gap_bdaddr_t | local_items [BLE_GAP_MAX_BOND_NUM] |
| Bonded device addr info for local. More... | |
Bonded device list with local address.
Definition at line 737 of file ble_gapm.h.
| ble_gap_bdaddr_t ble_gap_bond_dev_list_with_local_addr_t::local_items[BLE_GAP_MAX_BOND_NUM] |
Bonded device addr info for local.
Definition at line 741 of file ble_gapm.h.
| uint8_t ble_gap_bond_dev_list_with_local_addr_t::num |
Number of bonded device.
Definition at line 739 of file ble_gapm.h.
| ble_gap_bdaddr_t ble_gap_bond_dev_list_with_local_addr_t::peer_items[BLE_GAP_MAX_BOND_NUM] |
Bonded device addr info for peer.
Definition at line 740 of file ble_gapm.h.