Home
last modified time | relevance | path

Searched refs:mixed_mode (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h368 BOOLEAN mixed_mode; /* privacy 1.2 mixed mode is on or not */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c856 btm_cb.ble_ctr_cb.mixed_mode = mixed_on; in BTM_BleEnableMixedPrivacyMode()
918 p_cb->privacy_mode = btm_cb.ble_ctr_cb.mixed_mode ? BTM_PRIVACY_MIXED : BTM_PRIVACY_1_2; in BTM_BleConfigPrivacy()