Home
last modified time | relevance | path

Searched refs:btsnd_hcic_ble_set_privacy_mode (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h914 BOOLEAN btsnd_hcic_ble_set_privacy_mode(UINT8 addr_type, BD_ADDR addr, UINT8 privacy_mode);
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c1913 BOOLEAN btsnd_hcic_ble_set_privacy_mode(UINT8 addr_type, BD_ADDR addr, UINT8 privacy_mode) in btsnd_hcic_ble_set_privacy_mode() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c4762 if (btsnd_hcic_ble_set_privacy_mode(addr_type, bd_addr, privacy_mode) != TRUE) { in BTM_BleSetPrivacyMode()