Home
last modified time | relevance | path

Searched refs:BTM_INQ_RESULT_EXTENDED (Results 1 – 4 of 4) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c376 } else if (mode == BTM_INQ_RESULT_EXTENDED) { in BTM_SetInquiryMode()
1893 else if ((inq_res_mode == BTM_INQ_RESULT_EXTENDED) && (p_i)) { in btm_process_inq_results()
1982 if ( inq_res_mode == BTM_INQ_RESULT_EXTENDED ) { in btm_process_inq_results()
Dbtm_devctl.c405 BTM_SetInquiryMode (BTM_INQ_RESULT_EXTENDED); in btm_decode_ext_features_page()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c606 btm_process_inq_results (p, BTM_INQ_RESULT_EXTENDED); in btu_hcif_extended_inquiry_result_evt()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h261 #define BTM_INQ_RESULT_EXTENDED 2 macro