Home
last modified time | relevance | path

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

12

/system/bt/stack/avdt/
Davdt_l2c.c41 void avdt_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
42 void avdt_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
77 tL2CAP_CFG_INFO cfg; in avdt_sec_check_complete_term()
107 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in avdt_sec_check_complete_term()
135 tL2CAP_CFG_INFO cfg; in avdt_sec_check_complete_orig()
152 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in avdt_sec_check_complete_orig()
180 tL2CAP_CFG_INFO cfg; in avdt_l2c_connect_ind_cback()
270 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in avdt_l2c_connect_ind_cback()
292 tL2CAP_CFG_INFO cfg; in avdt_l2c_connect_cfm_cback()
312 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in avdt_l2c_connect_cfm_cback()
[all …]
/system/bt/stack/avct/
Davct_l2c.c41 void avct_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
42 void avct_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
108 tL2CAP_CFG_INFO cfg; in avct_l2c_connect_ind_cback()
155 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in avct_l2c_connect_ind_cback()
181 tL2CAP_CFG_INFO cfg; in avct_l2c_connect_cfm_cback()
198 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in avct_l2c_connect_cfm_cback()
239 void avct_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg) in avct_l2c_config_cfm_cback()
289 void avct_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg) in avct_l2c_config_ind_cback()
308 memset(p_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in avct_l2c_config_ind_cback()
/system/bt/stack/mcap/
Dmca_l2c.c76 tL2CAP_CFG_INFO cfg; in mca_sec_check_complete_term()
123 tL2CAP_CFG_INFO cfg; in mca_sec_check_complete_orig()
161 tL2CAP_CFG_INFO cfg; in mca_l2c_cconn_ind_cback()
236 tL2CAP_CFG_INFO cfg; in mca_l2c_dconn_ind_cback()
299 tL2CAP_CFG_INFO cfg; in mca_l2c_connect_cfm_cback()
366 void mca_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg) in mca_l2c_config_cfm_cback()
408 void mca_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg) in mca_l2c_config_ind_cback()
432 memset(p_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in mca_l2c_config_ind_cback()
Dmca_int.h311 extern void mca_set_cfg_by_tbl(tL2CAP_CFG_INFO *p_cfg, tMCA_TC_TBL *p_tbl);
331 extern void mca_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
332 extern void mca_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
Dmca_main.c255 void mca_set_cfg_by_tbl(tL2CAP_CFG_INFO *p_cfg, tMCA_TC_TBL *p_tbl) in mca_set_cfg_by_tbl()
274 memset(p_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in mca_set_cfg_by_tbl()
/system/bt/stack/rfcomm/
Drfc_mx_fsm.c52 static void rfc_mx_conf_ind (tRFC_MCB *p_mcb, tL2CAP_CFG_INFO *p_cfg);
53 static void rfc_mx_conf_cnf (tRFC_MCB *p_mcb, tL2CAP_CFG_INFO *p_cfg);
196 rfc_mx_conf_ind (p_mcb, (tL2CAP_CFG_INFO *)p_data); in rfc_mx_sm_state_wait_conn_cnf()
280 rfc_mx_conf_ind (p_mcb, (tL2CAP_CFG_INFO *)p_data); in rfc_mx_sm_state_configure()
284 rfc_mx_conf_cnf (p_mcb, (tL2CAP_CFG_INFO *)p_data); in rfc_mx_sm_state_configure()
571 tL2CAP_CFG_INFO cfg; in rfc_mx_send_config_req()
575 memset (&cfg, 0, sizeof (tL2CAP_CFG_INFO)); in rfc_mx_send_config_req()
602 static void rfc_mx_conf_cnf (tRFC_MCB *p_mcb, tL2CAP_CFG_INFO *p_cfg) in rfc_mx_conf_cnf()
645 static void rfc_mx_conf_ind (tRFC_MCB *p_mcb, tL2CAP_CFG_INFO *p_cfg) in rfc_mx_conf_ind()
Drfc_l2cap_if.c45 static void RFCOMM_ConfigInd (UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
46 static void RFCOMM_ConfigCnf (UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
218 void RFCOMM_ConfigInd (UINT16 lcid, tL2CAP_CFG_INFO *p_cfg) in RFCOMM_ConfigInd()
241 void RFCOMM_ConfigCnf (UINT16 lcid, tL2CAP_CFG_INFO *p_cfg) in RFCOMM_ConfigCnf()
/system/bt/stack/l2cap/
Dl2c_int.h307 tL2CAP_CFG_INFO our_cfg; /* Our saved configuration options */
309 tL2CAP_CFG_INFO peer_cfg; /* Peer's saved configuration options */
612 extern void l2cu_send_peer_config_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
613 extern void l2cu_send_peer_config_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
674 extern UINT8 l2cu_process_peer_cfg_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
675 extern void l2cu_process_peer_cfg_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
676 extern void l2cu_process_our_cfg_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
677 extern void l2cu_process_our_cfg_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
752 extern BOOLEAN l2c_fcr_adj_our_req_options (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
753 extern void l2c_fcr_adj_our_rsp_options (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_peer_cfg);
[all …]
Dl2cap_client.c47 static void config_request_cb(uint16_t local_channel_id, tL2CAP_CFG_INFO *requested_parameters);
48 static void config_completed_cb(uint16_t local_channel_id, tL2CAP_CFG_INFO *negotiated_parameters);
204 tL2CAP_CFG_INFO desired_parameters; in connect_completed_cb()
212 static void config_request_cb(uint16_t local_channel_id, tL2CAP_CFG_INFO *requested_parameters) { in config_request_cb()
213 tL2CAP_CFG_INFO response; in config_request_cb()
257 static void config_completed_cb(uint16_t local_channel_id, tL2CAP_CFG_INFO *negotiated_parameters) { in config_completed_cb()
Dl2c_csm.c822 tL2CAP_CFG_INFO *p_cfg = (tL2CAP_CFG_INFO *)p_data; in l2c_csm_config()
1073 tL2CAP_CFG_INFO *p_cfg; in l2c_csm_open()
1115 p_cfg = (tL2CAP_CFG_INFO *)p_data; in l2c_csm_open()
1208 l2cu_process_our_cfg_req (p_ccb, (tL2CAP_CFG_INFO *)p_data); in l2c_csm_open()
1209 l2cu_send_peer_config_req (p_ccb, (tL2CAP_CFG_INFO *)p_data); in l2c_csm_open()
/system/bt/stack/include/
Dl2c_api.h169 } tL2CAP_CFG_INFO; typedef
221 typedef void (tL2CA_CONFIG_IND_CB) (UINT16, tL2CAP_CFG_INFO *);
228 typedef void (tL2CA_CONFIG_CFM_CB) (UINT16, tL2CAP_CFG_INFO *);
538 extern BOOLEAN L2CA_ConfigReq (UINT16 cid, tL2CAP_CFG_INFO *p_cfg);
550 extern BOOLEAN L2CA_ConfigRsp (UINT16 cid, tL2CAP_CFG_INFO *p_cfg);
1151tL2CAP_CFG_INFO **pp_our_cfg, tL2CAP_CH_CFG_BITS *p_our_cfg_bits,
1152tL2CAP_CFG_INFO **pp_peer_cfg, tL2CAP_CH_CFG_BITS *p_peer_cfg_bits);
Dgap_api.h148 BD_ADDR p_rem_bda, UINT16 psm, tL2CAP_CFG_INFO *p_cfg,
236 extern UINT16 GAP_ConnReconfig (UINT16 gap_handle, tL2CAP_CFG_INFO *p_cfg);
/system/bt/stack/sdp/
Dsdp_main.c60 static void sdp_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
61 static void sdp_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
194 tL2CAP_CFG_INFO cfg = sdp_cb.l2cap_my_cfg; in sdp_connect_ind()
235 tL2CAP_CFG_INFO cfg; in sdp_connect_cfm()
310 static void sdp_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in sdp_config_ind()
405 static void sdp_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in sdp_config_cfm()
442 tL2CAP_CFG_INFO cfg = sdp_cb.l2cap_my_cfg; in sdp_config_cfm()
Dsdpint.h221 tL2CAP_CFG_INFO l2cap_my_cfg; /* My L2CAP config */
/system/bt/stack/gatt/
Dgatt_main.c55 static void gatt_l2cif_config_ind_cback (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
56 static void gatt_l2cif_config_cfm_cback (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
618 tL2CAP_CFG_INFO cfg; in gatt_l2cif_connect_ind_cback()
651 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in gatt_l2cif_connect_ind_cback()
672 tL2CAP_CFG_INFO cfg; in gatt_l2cif_connect_cfm_cback()
689 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in gatt_l2cif_connect_cfm_cback()
721 void gatt_l2cif_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg) in gatt_l2cif_config_cfm_cback()
777 void gatt_l2cif_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg) in gatt_l2cif_config_ind_cback()
792 memset(p_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in gatt_l2cif_config_ind_cback()
/system/bt/bta/include/
Dbta_jv_api.h539 UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg,
559 UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg,
603 UINT16 local_psm, UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg,
623 UINT16 local_chan, UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg,
/system/bt/stack/bnep/
Dbnep_main.c65 static void bnep_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
66 static void bnep_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
85 memset(&bnep_cb.l2cap_my_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in bnep_register_with_l2cap()
222 static void bnep_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in bnep_config_ind()
298 static void bnep_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in bnep_config_cfm()
Dbnep_int.h170 tL2CAP_CFG_INFO l2cap_my_cfg; /* My L2CAP config */
/system/bt/stack/hid/
Dhidh_int.h54 tL2CAP_CFG_INFO l2cap_cfg;
Dhidh_conn.c60 static void hidh_l2cif_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
61 static void hidh_l2cif_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
96 memset(&hh_cb.l2cap_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in hidh_conn_reg()
468 static void hidh_l2cif_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in hidh_l2cif_config_ind()
552 static void hidh_l2cif_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in hidh_l2cif_config_cfm()
/system/bt/stack/gap/
Dgap_conn.c36 static void gap_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
37 static void gap_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
127 BD_ADDR p_rem_bda, UINT16 psm, tL2CAP_CFG_INFO *p_cfg, in GAP_ConnOpen()
561 UINT16 GAP_ConnReconfig (UINT16 gap_handle, tL2CAP_CFG_INFO *p_cfg) in GAP_ConnReconfig()
910 static void gap_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in gap_config_ind()
960 static void gap_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in gap_config_cfm()
Dgap_int.h85 tL2CAP_CFG_INFO cfg; /* Configuration */
/system/bt/bta/jv/
Dbta_jv_int.h176 tL2CAP_CFG_INFO cfg;
196 tL2CAP_CFG_INFO cfg;
Dbta_jv_api.c311 UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg, in BTA_JvL2capConnectLE()
364 UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg, in BTA_JvL2capConnect()
472 const tL2CAP_ERTM_INFO *ertm_info,UINT16 local_psm, UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg, in BTA_JvL2capStartServer()
523 const tL2CAP_ERTM_INFO *ertm_info,UINT16 local_chan, UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg, in BTA_JvL2capStartServerLE()
/system/bt/btif/src/
Dbtif_sock_l2cap.c841 tL2CAP_CFG_INFO cfg; in btSock_start_l2cap_server_l()
845 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in btSock_start_l2cap_server_l()
897 tL2CAP_CFG_INFO cfg; in btsock_l2cap_listen_or_connect()
933 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in btsock_l2cap_listen_or_connect()

12