Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c1019 } else if (bl_flags == BTM_BL_INQUIRY_CANCELLED) { in btc_gap_bt_busy_level_updated()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h923 #define BTM_BL_INQUIRY_CANCELLED (BTM_BL_INQUIRY_PAGING_MASK | 0x2) macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c563 evt.busy_level_flags = BTM_BL_INQUIRY_CANCELLED; in btm_acl_update_busy_level()