20#ifndef H_BLE_HS_PVCY_PRIV_
21#define H_BLE_HS_PVCY_PRIV_
29extern uint8_t ble_hs_pvcy_default_irk[16];
31void ble_hs_pvcy_set_default_irk(
void);
32int ble_hs_pvcy_set_our_irk(
const uint8_t *irk);
33int ble_hs_pvcy_our_irk(
const uint8_t **out_irk);
34int ble_hs_pvcy_remove_entry(uint8_t addr_type,
const uint8_t *addr);
35int ble_hs_pvcy_add_entry(
const uint8_t *addr, uint8_t addrtype,
37int ble_hs_pvcy_ensure_started(
void);
38int ble_hs_pvcy_set_mode(
const ble_addr_t *addr, uint8_t priv_mode);
39#if MYNEWT_VAL(BLE_HOST_BASED_PRIVACY)
40bool ble_hs_pvcy_enabled(
void);