Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h227 #define BTA_DM_INQUIRY_NONE BTM_INQUIRY_NONE /*No BR inquiry. */
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h230 #define BTM_INQUIRY_NONE 0 macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c941 if ((p_inqparms->mode & BTM_BR_INQUIRY_MASK) == BTM_INQUIRY_NONE) { in BTM_StartInquiry()