Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_inq.c390 else if (mode == BTM_INQ_RESULT_EXTENDED) in BTM_SetInquiryMode()
1877 if (inq_res_mode == BTM_INQ_RESULT_EXTENDED && (num_resp > 1)) { in btm_process_inq_results()
1950 else if ((inq_res_mode == BTM_INQ_RESULT_EXTENDED) && (p_i)) in btm_process_inq_results()
2040 if( inq_res_mode == BTM_INQ_RESULT_EXTENDED ) in btm_process_inq_results()
Dbtm_devctl.c403 BTM_SetInquiryMode (BTM_INQ_RESULT_EXTENDED); in btm_decode_ext_features_page()
/system/bt/stack/btu/
Dbtu_hcif.c447 btm_process_inq_results (p, BTM_INQ_RESULT_EXTENDED); in btu_hcif_extended_inquiry_result_evt()
/system/bt/stack/include/
Dbtm_api.h223 #define BTM_INQ_RESULT_EXTENDED 2 macro