Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
ble_gap_whitelist_t Struct Reference
[Structures]
Whitelist structure. More...
#include <ble_gap.h>
Data Fields | |
ble_gap_addr_t ** | pp_addrs |
Pointer to an array of device address pointers, pointing to addresses to be used in whitelist. | |
uint8_t | addr_count |
Count of device addresses in array, up to BLE_GAP_WHITELIST_ADDR_MAX_COUNT. | |
ble_gap_irk_t ** | pp_irks |
Pointer to an array of Identity Resolving Key (IRK) pointers, each pointing to an IRK in the whitelist. | |
uint8_t | irk_count |
Count of IRKs in array, up to BLE_GAP_WHITELIST_IRK_MAX_COUNT. |
Detailed Description
Whitelist structure.
Definition at line 455 of file ble_gap.h.
Field Documentation
uint8_t addr_count |
uint8_t irk_count |
Generated on Tue Jul 12 2022 21:00:20 by
