Home
last modified time | relevance | path

Searched refs:tBTA_SYS_REG (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_sys_main.h89 std::function<void(uint8_t id, const tBTA_SYS_REG* p_reg)> body{
90 [](uint8_t /* id */, const tBTA_SYS_REG* /* p_reg */) {}};
91 void operator()(uint8_t id, const tBTA_SYS_REG* p_reg) { body(id, p_reg); }; in operator()
Dmock_bta_sys_main.cc73 void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg) { in bta_sys_register()
/packages/modules/Bluetooth/system/bta/sys/
Dbta_sys_main.cc103 void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg) { in bta_sys_register()
104 bta_sys_cb.reg[id] = (tBTA_SYS_REG*)p_reg; in bta_sys_register()
Dbta_sys_int.h49 tBTA_SYS_REG* reg[BTA_ID_MAX]; /* registration structures */
Dbta_sys.h219 } tBTA_SYS_REG; typedef
231 void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg);
/packages/modules/Bluetooth/system/bta/pan/
Dbta_pan_api.cc37 static const tBTA_SYS_REG bta_pan_reg = {bta_pan_hdl_event, BTA_PanDisable};
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_api.cc47 static const tBTA_SYS_REG bta_ag_reg = {bta_ag_hdl_event, BTA_AgDisable};
/packages/modules/Bluetooth/system/bta/hd/
Dbta_hd_api.cc47 static const tBTA_SYS_REG bta_hd_reg = {bta_hd_hdl_event, BTA_HdDisable};
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_api.cc57 static const tBTA_SYS_REG bta_hh_reg = {bta_hh_hdl_event, BTA_HhDisable};
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_api.cc48 static const tBTA_SYS_REG bta_gatts_reg = {bta_gatts_hdl_event,
Dbta_gattc_api.cc52 static const tBTA_SYS_REG bta_gattc_reg = {bta_gattc_hdl_event,
/packages/modules/Bluetooth/system/bta/test/
Dbta_ag_test.cc51 const tBTA_SYS_REG bta_ag_reg = {bta_ag_hdl_event, BTA_AgDisable};
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_api.cc48 static const tBTA_SYS_REG bta_av_reg = {bta_av_hdl_event, BTA_AvDisable};
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_main.cc266 static const tBTA_SYS_REG bta_hf_client_reg = {bta_hf_client_hdl_event,