/system/bt/stack/avdt/ |
D | avdt_l2c.c | 41 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/ |
D | avct_l2c.c | 41 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/ |
D | mca_l2c.c | 76 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()
|
D | mca_int.h | 311 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);
|
D | mca_main.c | 255 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/ |
D | rfc_mx_fsm.c | 52 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()
|
D | rfc_l2cap_if.c | 45 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/ |
D | l2c_int.h | 307 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 …]
|
D | l2cap_client.c | 47 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()
|
D | l2c_csm.c | 822 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/ |
D | l2c_api.h | 169 } 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); 1151 … tL2CAP_CFG_INFO **pp_our_cfg, tL2CAP_CH_CFG_BITS *p_our_cfg_bits, 1152 … tL2CAP_CFG_INFO **pp_peer_cfg, tL2CAP_CH_CFG_BITS *p_peer_cfg_bits);
|
D | gap_api.h | 148 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/ |
D | sdp_main.c | 60 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()
|
D | sdpint.h | 221 tL2CAP_CFG_INFO l2cap_my_cfg; /* My L2CAP config */
|
/system/bt/stack/gatt/ |
D | gatt_main.c | 55 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/ |
D | bta_jv_api.h | 539 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/ |
D | bnep_main.c | 65 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()
|
D | bnep_int.h | 170 tL2CAP_CFG_INFO l2cap_my_cfg; /* My L2CAP config */
|
/system/bt/stack/hid/ |
D | hidh_int.h | 54 tL2CAP_CFG_INFO l2cap_cfg;
|
D | hidh_conn.c | 60 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/ |
D | gap_conn.c | 36 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()
|
D | gap_int.h | 85 tL2CAP_CFG_INFO cfg; /* Configuration */
|
/system/bt/bta/jv/ |
D | bta_jv_int.h | 176 tL2CAP_CFG_INFO cfg; 196 tL2CAP_CFG_INFO cfg;
|
D | bta_jv_api.c | 311 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/ |
D | btif_sock_l2cap.c | 841 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()
|