31#if MYNEWT_VAL(BLE_HOST_BASED_PRIVACY)
33#define NIMBLE_HOST_DISABLE_PRIVACY 0x00
34#define NIMBLE_HOST_ENABLE_RPA 0x01
35#define NIMBLE_HOST_ENABLE_NRPA 0x02
66int ble_hs_pvcy_rpa_config(uint8_t enable);
68void ble_hs_resolv_deinit(
void);
71int ble_hs_pvcy_set_resolve_enabled(
int enable);
72void ble_hs_set_rpa_timeout(uint16_t timeout);