20#ifndef H_BLE_LL_WHITELIST_
21#define H_BLE_LL_WHITELIST_
28int ble_ll_whitelist_clear(
void);
31int ble_ll_whitelist_read_size(uint8_t *rspbuf, uint8_t *rsplen);
34int ble_ll_whitelist_add(
const uint8_t *cmdbuf, uint8_t len);
37int ble_ll_whitelist_rmv(
const uint8_t *cmdbuf, uint8_t len);
40void ble_ll_whitelist_enable(
void);
43void ble_ll_whitelist_disable(
void);
46int ble_ll_whitelist_match(uint8_t *addr, uint8_t addr_type,
int is_ident);