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/test/
Dbta_ag_test.cc49 bool bta_ag_hdl_event(const BT_HDR_RIGID* /*p_msg*/) { return true; } in bta_ag_hdl_event() function
52 const tBTA_SYS_REG bta_ag_reg = {bta_ag_hdl_event, BTA_AgDisable};
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_api.cc51 static const tBTA_SYS_REG bta_ag_reg = {bta_ag_hdl_event, BTA_AgDisable};
Dbta_ag_int.h396 bool bta_ag_hdl_event(const BT_HDR_RIGID* p_msg);
Dbta_ag_main.cc767 bool bta_ag_hdl_event(const BT_HDR_RIGID* p_msg) { in bta_ag_hdl_event() function