Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c1015 if (bl_flags == BTM_BL_INQUIRY_STARTED) { in btc_gap_bt_busy_level_updated()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h922 #define BTM_BL_INQUIRY_STARTED (BTM_BL_INQUIRY_PAGING_MASK | 0x1) macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c558 evt.busy_level_flags = BTM_BL_INQUIRY_STARTED; in btm_acl_update_busy_level()