Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h312 #define BTM_PRIVACY_1_2 2 /* BLE privacy 1.2 */ macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c917 p_cb->privacy_mode = btm_cb.ble_ctr_cb.mixed_mode ? BTM_PRIVACY_MIXED : BTM_PRIVACY_1_2; in BTM_BleConfigPrivacy()
1372 if (btm_cb.ble_ctr_cb.privacy_mode == BTM_PRIVACY_1_2 || in btm_set_conn_mode_adv_init_addr()
1399 if ((btm_cb.ble_ctr_cb.privacy_mode == BTM_PRIVACY_1_2 && p_cb->afp != AP_SCAN_CONN_ALL) || in btm_set_conn_mode_adv_init_addr()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c934 if (btm_cb.ble_ctr_cb.privacy_mode >= BTM_PRIVACY_1_2) { in l2cble_init_direct_conn()