White list. More...
#include <ble_gapm.h>
Collaboration diagram for ble_gap_white_list_t:Public Attributes | |
| uint8_t | num |
| Number of available items. More... | |
| ble_gap_bdaddr_t | items [BLE_GAP_MAX_WL_NUM] |
| Content of each item. More... | |
White list.
Definition at line 746 of file ble_gapm.h.
| ble_gap_bdaddr_t ble_gap_white_list_t::items[BLE_GAP_MAX_WL_NUM] |
Content of each item.
Definition at line 749 of file ble_gapm.h.
| uint8_t ble_gap_white_list_t::num |
Number of available items.
Definition at line 748 of file ble_gapm.h.