Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_api.cc47 static const tBTA_SYS_REG bta_ag_reg = {bta_ag_hdl_event, BTA_AgDisable};
Dbta_ag_int.h373 bool bta_ag_hdl_event(const BT_HDR_RIGID* p_msg);
Dbta_ag_main.cc789 bool bta_ag_hdl_event(const BT_HDR_RIGID* p_msg) { in bta_ag_hdl_event() function
/packages/modules/Bluetooth/system/bta/test/
Dbta_ag_test.cc48 bool bta_ag_hdl_event(const BT_HDR_RIGID* p_msg) { return true; }; in bta_ag_hdl_event() function
51 const tBTA_SYS_REG bta_ag_reg = {bta_ag_hdl_event, BTA_AgDisable};