Home
last modified time | relevance | path

Searched refs:tL2CAP_APPL_INFO (Results 1 – 25 of 25) sorted by relevance

/system/bt/main/shim/
Dl2cap.h41 void RegisterPsm(uint16_t psm, const tL2CAP_APPL_INFO* callbacks);
44 const tL2CAP_APPL_INFO* Callbacks(uint16_t psm);
57 std::unordered_map<uint16_t, const tL2CAP_APPL_INFO*> psm_to_callback_map_;
62 uint16_t RegisterService(uint16_t psm, const tL2CAP_APPL_INFO* callbacks,
Dl2c_api.h42 uint16_t L2CA_Register(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info,
152 uint16_t L2CA_RegisterLECoc(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info);
213 const tL2CAP_APPL_INFO* callbacks);
Dl2cap.cc50 uint16_t psm, const tL2CAP_APPL_INFO* callbacks) { in RegisterPsm()
64 const tL2CAP_APPL_INFO* bluetooth::shim::legacy::PsmManager::Callbacks( in Callbacks()
167 uint16_t psm, const tL2CAP_APPL_INFO* callbacks, bool enable_snoop, in RegisterService()
Dl2c_api.cc35 tL2CAP_APPL_INFO* callbacks, in L2CA_Register()
148 tL2CAP_APPL_INFO* callbacks) { in L2CA_RegisterLECoc()
186 uint16_t cid, const tL2CAP_APPL_INFO* callbacks) { in L2CA_SetConnectionCallbacks()
/system/bt/stack/test/common/
Dmock_l2cap_layer.h29 virtual uint16_t Register(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info,
47 uint16_t(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info,
Dmock_l2cap_layer.cc27 uint16_t L2CA_Register(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info, in L2CA_Register()
/system/bt/stack/include/
Dl2c_api.h292 } tL2CAP_APPL_INFO; typedef
325 extern uint16_t L2CA_Register(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info,
435 extern uint16_t L2CA_RegisterLECoc(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info);
/system/bt/stack/avct/
Davct_int.h220 extern const tL2CAP_APPL_INFO avct_l2c_appl;
221 extern const tL2CAP_APPL_INFO avct_l2c_br_appl;
Davct_api.cc66 L2CA_Register(AVCT_PSM, (tL2CAP_APPL_INFO*)&avct_l2c_appl, in AVCT_Register()
87 L2CA_Register(AVCT_BR_PSM, (tL2CAP_APPL_INFO*)&avct_l2c_br_appl, in AVCT_Register()
Davct_l2c_br.cc84 const tL2CAP_APPL_INFO avct_l2c_br_appl = {
Davct_l2c.cc51 const tL2CAP_APPL_INFO avct_l2c_appl = {avct_l2c_connect_ind_cback,
/system/bt/stack/bnep/
Dbnep_int.h174 tL2CAP_APPL_INFO reg_info;
/system/bt/stack/sdp/
Dsdpint.h183 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/system/bt/stack/hid/
Dhidd_conn.cc57 static const tL2CAP_APPL_INFO dev_reg_info = {
765 if (!L2CA_Register(HID_PSM_CONTROL, (tL2CAP_APPL_INFO*)&dev_reg_info, in hidd_conn_reg()
771 if (!L2CA_Register(HID_PSM_INTERRUPT, (tL2CAP_APPL_INFO*)&dev_reg_info, in hidd_conn_reg()
Dhidh_conn.cc65 static const tL2CAP_APPL_INFO hst_reg_info = {
100 if (!L2CA_Register(HID_PSM_CONTROL, (tL2CAP_APPL_INFO*)&hst_reg_info, in hidh_conn_reg()
105 if (!L2CA_Register(HID_PSM_INTERRUPT, (tL2CAP_APPL_INFO*)&hst_reg_info, in hidh_conn_reg()
/system/bt/stack/rfcomm/
Drfc_l2cap_if.cc63 tL2CAP_APPL_INFO* p_l2c = &rfc_cb.rfc.reg_info; in rfcomm_l2cap_if_init()
Drfc_int.h223 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/system/bt/stack/gap/
Dgap_conn.cc76 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
262 p_ccb->psm = L2CA_RegisterLECoc(psm, (tL2CAP_APPL_INFO*)&conn.reg_info); in GAP_ConnOpen()
/system/bt/stack/gatt/
Dgatt_main.cc74 static const tL2CAP_APPL_INFO dyn_info = {gatt_l2cif_connect_ind_cback,
120 if (!L2CA_Register(BT_PSM_ATT, (tL2CAP_APPL_INFO*)&dyn_info, in gatt_init()
/system/bt/stack/avdt/
Davdt_l2c.cc52 const tL2CAP_APPL_INFO avdt_l2c_appl = {avdt_l2c_connect_ind_cback,
Davdt_int.h1002 extern const tL2CAP_APPL_INFO avdt_l2c_appl;
Davdt_api.cc93 L2CA_Register(AVDT_PSM, (tL2CAP_APPL_INFO*)&avdt_l2c_appl, in AVDT_Register()
/system/bt/stack/l2cap/
Dl2c_api.cc63 uint16_t L2CA_Register(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info, in L2CA_Register()
434 uint16_t L2CA_RegisterLECoc(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info) { in L2CA_RegisterLECoc()
Dl2c_int.h247 tL2CAP_APPL_INFO api;
/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test.cc473 tL2CAP_APPL_INFO l2cap_appl_info_;