Home
last modified time | relevance | path

Searched refs:BTM_WriteEIR (Results 1 – 11 of 11) sorted by relevance

/system/bt/stack/btm/
Dbtm_client_interface.cc170 .BTM_WriteEIR = BTM_WriteEIR,
Dbtm_inq.cc1504 tBTM_STATUS BTM_WriteEIR(BT_HDR* p_buff) { in BTM_WriteEIR() function
/system/bt/bta/test/
Dbta_dm_cust_uuid_test.cc35 tBTM_STATUS BTM_WriteEIR(BT_HDR* p_buff) { return BTM_SUCCESS; } in BTM_WriteEIR() function
/system/bt/test/mock/
Dmock_stack_btm_inq.cc114 tBTM_STATUS BTM_WriteEIR(BT_HDR* p_buff) { in BTM_WriteEIR() function
Dmock_main_shim_btm_api.cc211 tBTM_STATUS bluetooth::shim::BTM_WriteEIR(BT_HDR* p_buff) { in BTM_WriteEIR() function in bluetooth::shim
/system/bt/stack/include/
Dbtm_api.h835 tBTM_STATUS BTM_WriteEIR(BT_HDR* p_buff);
Dbtm_client_interface.h210 tBTM_STATUS (*BTM_WriteEIR)(BT_HDR* p_buff); member
/system/bt/main/shim/
Dbtm_api.h278 tBTM_STATUS BTM_WriteEIR(BT_HDR* p_buff);
Dbtm_api.cc877 tBTM_STATUS bluetooth::shim::BTM_WriteEIR(BT_HDR* p_buff) { in BTM_WriteEIR() function in bluetooth::shim
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc215 tBTM_STATUS bluetooth::shim::BTM_WriteEIR(BT_HDR* p_buff) { in BTM_WriteEIR() function in bluetooth::shim
/system/bt/bta/dm/
Dbta_dm_act.cc3093 BTM_WriteEIR(p_buf); in bta_dm_set_eir()