Home
last modified time | relevance | path

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

/system/bt/stack/mcap/
Dmca_api.cc117 tL2CAP_APPL_INFO l2c_cacp_appl; in MCA_Register()
118 tL2CAP_APPL_INFO l2c_dacp_appl; in MCA_Register()
135 l2c_cacp_appl = *(tL2CAP_APPL_INFO*)&mca_l2c_int_appl; in MCA_Register()
137 l2c_dacp_appl = *(tL2CAP_APPL_INFO*)&l2c_cacp_appl; in MCA_Register()
140 if (L2CA_Register(p_reg->ctrl_psm, (tL2CAP_APPL_INFO*)&l2c_cacp_appl) && in MCA_Register()
141 L2CA_Register(p_reg->data_psm, (tL2CAP_APPL_INFO*)&l2c_dacp_appl)) { in MCA_Register()
322 L2CA_Register(ctrl_psm, (tL2CAP_APPL_INFO*)&mca_l2c_int_appl); in MCA_ConnectReq()
422 L2CA_Register(data_psm, (tL2CAP_APPL_INFO*)&mca_l2c_int_appl); in MCA_CreateMdl()
580 L2CA_Register(data_psm, (tL2CAP_APPL_INFO*)&mca_l2c_int_appl); in MCA_ReconnectMdl()
Dmca_int.h366 extern const tL2CAP_APPL_INFO mca_l2c_int_appl;
Dmca_l2c.cc36 const tL2CAP_APPL_INFO mca_l2c_int_appl = {NULL,
/system/bt/stack/include/
Dl2c_api.h304 } tL2CAP_APPL_INFO; typedef
319 #define L2CA_REGISTER(a, b, c) L2CA_Register(a, (tL2CAP_APPL_INFO*)(b))
328 #define L2CA_REGISTER_COC(a, b, c) L2CA_RegisterLECoc(a, (tL2CAP_APPL_INFO*)(b))
353 extern uint16_t L2CA_Register(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info);
438 extern uint16_t L2CA_RegisterLECoc(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info);
500 const tL2CAP_APPL_INFO* callbacks);
/system/bt/stack/avct/
Davct_api.cc59 L2CA_Register(AVCT_PSM, (tL2CAP_APPL_INFO*)&avct_l2c_appl); in AVCT_Register()
71 L2CA_Register(AVCT_BR_PSM, (tL2CAP_APPL_INFO*)&avct_l2c_br_appl); in AVCT_Register()
Davct_int.h220 extern const tL2CAP_APPL_INFO avct_l2c_appl;
221 extern const tL2CAP_APPL_INFO avct_l2c_br_appl;
Davct_l2c_br.cc84 const tL2CAP_APPL_INFO avct_l2c_br_appl = {
Davct_l2c.cc51 const tL2CAP_APPL_INFO avct_l2c_appl = {
/system/bt/stack/gap/
Dgap_int.h93 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/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 = {hidd_l2cif_connect_ind,
762 if (!L2CA_Register(HID_PSM_CONTROL, (tL2CAP_APPL_INFO*)&dev_reg_info)) { in hidd_conn_reg()
767 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()
104 if (!L2CA_Register(HID_PSM_INTERRUPT, (tL2CAP_APPL_INFO*)&hst_reg_info)) { in hidh_conn_reg()
/system/bt/stack/sdp/
Dsdpint.h214 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/system/bt/stack/rfcomm/
Drfc_l2cap_if.cc62 tL2CAP_APPL_INFO* p_l2c = &rfc_cb.rfc.reg_info; in rfcomm_l2cap_if_init()
Drfc_int.h221 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/system/bt/stack/avdt/
Davdt_l2c.cc51 const tL2CAP_APPL_INFO avdt_l2c_appl = {
Davdt_int.h710 extern const tL2CAP_APPL_INFO avdt_l2c_appl;
Davdt_api.cc86 L2CA_Register(AVDT_PSM, (tL2CAP_APPL_INFO*)&avdt_l2c_appl); in AVDT_Register()
/system/bt/stack/gatt/
Dgatt_main.cc69 static const tL2CAP_APPL_INFO dyn_info = {gatt_l2cif_connect_ind_cback,
125 if (!L2CA_Register(BT_PSM_ATT, (tL2CAP_APPL_INFO*)&dyn_info)) { in gatt_init()
/system/bt/stack/l2cap/
Dl2c_api.cc60 uint16_t L2CA_Register(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info) { in L2CA_Register()
341 uint16_t L2CA_RegisterLECoc(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info) { in L2CA_RegisterLECoc()
605 const tL2CAP_APPL_INFO* callbacks) { in L2CA_SetConnectionCallbacks()
Dl2cap_client.cc68 static const tL2CAP_APPL_INFO l2cap_callbacks = {
Dl2c_ucd.cc229 memset(&p_rcb->api, 0, sizeof(tL2CAP_APPL_INFO)); in L2CA_UcdRegister()
Dl2c_int.h252 tL2CAP_APPL_INFO api;