Home
last modified time | relevance | path

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

/system/bt/stack/test/common/
Dmock_l2cap_layer.h29 virtual uint16_t Register(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info,
45 MOCK_METHOD3(Register, 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.h316 } tL2CAP_APPL_INFO; typedef
331 #define L2CA_REGISTER(a, b, c) L2CA_Register(a, (tL2CAP_APPL_INFO*)(b), c)
340 #define L2CA_REGISTER_COC(a, b, c) L2CA_RegisterLECoc(a, (tL2CAP_APPL_INFO*)(b))
365 extern uint16_t L2CA_Register(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info,
474 extern uint16_t L2CA_RegisterLECoc(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info);
536 const tL2CAP_APPL_INFO* callbacks);
/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.cc59 L2CA_Register(AVCT_PSM, (tL2CAP_APPL_INFO*)&avct_l2c_appl, in AVCT_Register()
72 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.h173 tL2CAP_APPL_INFO reg_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/sdp/
Dsdpint.h215 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/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/gatt/
Dgatt_main.cc74 static const tL2CAP_APPL_INFO dyn_info = {gatt_l2cif_connect_ind_cback,
127 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.cc61 uint16_t L2CA_Register(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info, in L2CA_Register()
402 uint16_t L2CA_RegisterLECoc(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info) { in L2CA_RegisterLECoc()
674 const tL2CAP_APPL_INFO* callbacks) { in L2CA_SetConnectionCallbacks()
Dl2cap_client.cc67 static const tL2CAP_APPL_INFO l2cap_callbacks = {
Dl2c_int.h248 tL2CAP_APPL_INFO api;
/system/bt/stack/gap/
Dgap_conn.cc76 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test.cc473 tL2CAP_APPL_INFO l2cap_appl_info_;