Home
last modified time | relevance | path

Searched refs:BTM_SetInquiryMode (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/btm/
Dbtm_devctl.cc385 BTM_SetInquiryMode(BTM_INQ_RESULT_EXTENDED); in decode_controller_support()
387 BTM_SetInquiryMode(BTM_INQ_RESULT_WITH_RSSI); in decode_controller_support()
Dbtm_inq.cc346 tBTM_STATUS BTM_SetInquiryMode(uint8_t mode) { in BTM_SetInquiryMode() function
348 return bluetooth::shim::BTM_SetInquiryMode(mode); in BTM_SetInquiryMode()
/system/bt/stack/include/
Dbtm_api.h428 extern tBTM_STATUS BTM_SetInquiryMode(uint8_t mode);
/system/bt/main/shim/
Dbtm_api.h148 tBTM_STATUS BTM_SetInquiryMode(uint8_t mode);
Dbtm_api.cc523 tBTM_STATUS bluetooth::shim::BTM_SetInquiryMode(uint8_t inquiry_mode) { in BTM_SetInquiryMode() function in bluetooth::shim