| /hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/ |
| D | avdt_l2c.c | 43 void avdt_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg); 44 void avdt_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg); 79 tL2CAP_CFG_INFO cfg; in avdt_sec_check_complete_term() 108 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in avdt_sec_check_complete_term() 134 tL2CAP_CFG_INFO cfg; in avdt_sec_check_complete_orig() 152 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in avdt_sec_check_complete_orig() 178 tL2CAP_CFG_INFO cfg; in avdt_l2c_connect_ind_cback() 249 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in avdt_l2c_connect_ind_cback() 271 tL2CAP_CFG_INFO cfg; in avdt_l2c_connect_cfm_cback() 287 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in avdt_l2c_connect_cfm_cback() [all …]
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/avct/ |
| D | avct_l2c.c | 44 void avct_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg); 45 void avct_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg); 108 tL2CAP_CFG_INFO cfg; in avct_l2c_connect_ind_cback() 147 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in avct_l2c_connect_ind_cback() 174 tL2CAP_CFG_INFO cfg; in avct_l2c_connect_cfm_cback() 188 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in avct_l2c_connect_cfm_cback() 226 void avct_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg) in avct_l2c_config_cfm_cback() 271 void avct_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg) in avct_l2c_config_ind_cback() 286 memset(p_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in avct_l2c_config_ind_cback()
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
| D | rfc_mx_fsm.c | 74 static void rfc_mx_conf_ind (tRFC_MCB *p_mcb, tL2CAP_CFG_INFO *p_cfg); 75 static void rfc_mx_conf_cnf (tRFC_MCB *p_mcb, tL2CAP_CFG_INFO *p_cfg); 220 rfc_mx_conf_ind (p_mcb, (tL2CAP_CFG_INFO *)p_data); in rfc_mx_sm_state_wait_conn_cnf() 297 rfc_mx_conf_ind (p_mcb, (tL2CAP_CFG_INFO *)p_data); in rfc_mx_sm_state_configure() 301 rfc_mx_conf_cnf (p_mcb, (tL2CAP_CFG_INFO *)p_data); in rfc_mx_sm_state_configure() 577 tL2CAP_CFG_INFO cfg; in rfc_mx_send_config_req() 581 memset (&cfg, 0, sizeof (tL2CAP_CFG_INFO)); in rfc_mx_send_config_req() 613 static void rfc_mx_conf_cnf (tRFC_MCB *p_mcb, tL2CAP_CFG_INFO *p_cfg) in rfc_mx_conf_cnf() 650 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 | 55 static void RFCOMM_ConfigInd (UINT16 lcid, tL2CAP_CFG_INFO *p_cfg); 56 static void RFCOMM_ConfigCnf (UINT16 lcid, tL2CAP_CFG_INFO *p_cfg); 216 void RFCOMM_ConfigInd (UINT16 lcid, tL2CAP_CFG_INFO *p_cfg) in RFCOMM_ConfigInd() 238 void RFCOMM_ConfigCnf (UINT16 lcid, tL2CAP_CFG_INFO *p_cfg) in RFCOMM_ConfigCnf()
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/hid/include/ |
| D | hid_int.h | 50 tL2CAP_CFG_INFO l2cap_cfg; 106 tL2CAP_CFG_INFO l2cap_cfg; 107 tL2CAP_CFG_INFO l2cap_intr_cfg;
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/ |
| D | l2c_int.h | 309 tL2CAP_CFG_INFO our_cfg; /* Our saved configuration options */ 311 tL2CAP_CFG_INFO peer_cfg; /* Peer's saved configuration options */ 624 extern void l2cu_send_peer_config_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg); 625 extern void l2cu_send_peer_config_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg); 698 extern UINT8 l2cu_process_peer_cfg_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg); 699 extern void l2cu_process_peer_cfg_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg); 700 extern void l2cu_process_our_cfg_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg); 701 extern void l2cu_process_our_cfg_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg); 775 extern BOOLEAN l2c_fcr_adj_our_req_options (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg); 776 extern void l2c_fcr_adj_our_rsp_options (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_peer_cfg); [all …]
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
| D | l2c_api.h | 169 } tL2CAP_CFG_INFO; typedef 222 typedef void (tL2CA_CONFIG_IND_CB) (UINT16, tL2CAP_CFG_INFO *); 229 typedef void (tL2CA_CONFIG_CFM_CB) (UINT16, tL2CAP_CFG_INFO *); 466 extern BOOLEAN L2CA_ConfigReq (UINT16 cid, tL2CAP_CFG_INFO *p_cfg); 478 extern BOOLEAN L2CA_ConfigRsp (UINT16 cid, tL2CAP_CFG_INFO *p_cfg); 1161 … tL2CAP_CFG_INFO **pp_our_cfg, tL2CAP_CH_CFG_BITS *p_our_cfg_bits, 1162 … tL2CAP_CFG_INFO **pp_peer_cfg, tL2CAP_CH_CFG_BITS *p_peer_cfg_bits);
|
| D | gap_api.h | 144 BD_ADDR p_rem_bda, UINT16 psm, tL2CAP_CFG_INFO *p_cfg, 245 extern UINT16 GAP_ConnReconfig (UINT16 gap_handle, tL2CAP_CFG_INFO *p_cfg);
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/ |
| D | sdp_main.c | 61 static void sdp_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg); 62 static void sdp_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg); 270 tL2CAP_CFG_INFO cfg = sdp_cb.l2cap_my_cfg; in sdp_connect_ind() 309 tL2CAP_CFG_INFO cfg; in sdp_connect_cfm() 379 static void sdp_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in sdp_config_ind() 466 static void sdp_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in sdp_config_cfm() 504 tL2CAP_CFG_INFO cfg = sdp_cb.l2cap_my_cfg; in sdp_config_cfm()
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
| D | l2cap_client.c | 43 static void config_request_cb(uint16_t local_channel_id, tL2CAP_CFG_INFO *requested_parameters); 44 static void config_completed_cb(uint16_t local_channel_id, tL2CAP_CFG_INFO *negotiated_parameters); 217 tL2CAP_CFG_INFO desired_parameters = { 0 }; in connect_completed_cb() 224 static void config_request_cb(uint16_t local_channel_id, tL2CAP_CFG_INFO *requested_parameters) in config_request_cb() 226 tL2CAP_CFG_INFO response = { 0 }; in config_request_cb() 270 static void config_completed_cb(uint16_t local_channel_id, tL2CAP_CFG_INFO *negotiated_parameters) in config_completed_cb()
|
| D | l2c_csm.c | 660 tL2CAP_CFG_INFO *p_cfg = (tL2CAP_CFG_INFO *)p_data; in l2c_csm_config() 885 tL2CAP_CFG_INFO *p_cfg; in l2c_csm_open() 925 p_cfg = (tL2CAP_CFG_INFO *)p_data; in l2c_csm_open() 998 l2cu_process_our_cfg_req (p_ccb, (tL2CAP_CFG_INFO *)p_data); in l2c_csm_open() 999 l2cu_send_peer_config_req (p_ccb, (tL2CAP_CFG_INFO *)p_data); in l2c_csm_open()
|
| D | l2c_ucd.c | 161 static void l2c_ucd_config_ind_cback (UINT16 cid, tL2CAP_CFG_INFO *p_cfg) in l2c_ucd_config_ind_cback() 175 static void l2c_ucd_config_cfm_cback (UINT16 cid, tL2CAP_CFG_INFO *p_cfg) in l2c_ucd_config_cfm_cback()
|
| D | l2c_utils.c | 653 void l2cu_send_peer_config_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_send_peer_config_req() 759 void l2cu_send_peer_config_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_send_peer_config_rsp() 1529 memset (&p_ccb->our_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in l2cu_allocate_ccb() 1530 memset (&p_ccb->peer_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in l2cu_allocate_ccb() 1969 UINT8 l2cu_process_peer_cfg_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_process_peer_cfg_req() 2091 void l2cu_process_peer_cfg_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_process_peer_cfg_rsp() 2128 void l2cu_process_our_cfg_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_process_our_cfg_req() 2211 void l2cu_process_our_cfg_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_process_our_cfg_rsp()
|
| D | l2c_api.c | 471 BOOLEAN L2CA_ConfigReq (UINT16 cid, tL2CAP_CFG_INFO *p_cfg) in L2CA_ConfigReq() 521 BOOLEAN L2CA_ConfigRsp (UINT16 cid, tL2CAP_CFG_INFO *p_cfg) in L2CA_ConfigRsp() 2048 tL2CAP_CFG_INFO **pp_our_cfg, tL2CAP_CH_CFG_BITS *p_our_cfg_bits, in L2CA_GetCurrentConfig() 2049 tL2CAP_CFG_INFO **pp_peer_cfg, tL2CAP_CH_CFG_BITS *p_peer_cfg_bits) in L2CA_GetCurrentConfig()
|
| D | l2c_fcr.c | 1732 BOOLEAN l2c_fcr_adj_our_req_options (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2c_fcr_adj_our_req_options() 1870 void l2c_fcr_adj_our_rsp_options (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2c_fcr_adj_our_rsp_options() 1912 BOOLEAN l2c_fcr_renegotiate_chan(tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2c_fcr_renegotiate_chan() 2008 UINT8 l2c_fcr_process_peer_cfg_req(tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2c_fcr_process_peer_cfg_req()
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
| D | gatt_main.c | 54 static void gatt_l2cif_config_ind_cback (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg); 55 static void gatt_l2cif_config_cfm_cback (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg); 615 tL2CAP_CFG_INFO cfg; in gatt_l2cif_connect_ind_cback() 643 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in gatt_l2cif_connect_ind_cback() 665 tL2CAP_CFG_INFO cfg; in gatt_l2cif_connect_cfm_cback() 679 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in gatt_l2cif_connect_cfm_cback() 707 void gatt_l2cif_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg) in gatt_l2cif_config_cfm_cback() 758 void gatt_l2cif_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg) in gatt_l2cif_config_ind_cback() 773 memset(p_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in gatt_l2cif_config_ind_cback()
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
| D | bta_jv_api.h | 617 UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg, 637 UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg, 681 UINT16 local_psm, UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg, 701 UINT16 local_chan, UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg,
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/hid/ |
| D | hidd_conn.c | 43 static void hidd_l2cif_config_ind(uint16_t cid, tL2CAP_CFG_INFO *p_cfg); 44 static void hidd_l2cif_config_cfm(uint16_t cid, tL2CAP_CFG_INFO *p_cfg); 277 static void hidd_l2cif_config_ind(uint16_t cid, tL2CAP_CFG_INFO *p_cfg) in hidd_l2cif_config_ind() 329 static void hidd_l2cif_config_cfm(uint16_t cid, tL2CAP_CFG_INFO *p_cfg) in hidd_l2cif_config_cfm() 340 tL2CAP_CFG_INFO new_qos; in hidd_l2cif_config_cfm() 595 memset(&hd_cb.l2cap_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in hidd_conn_reg() 600 memset(&hd_cb.l2cap_intr_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in hidd_conn_reg()
|
| D | hidh_conn.c | 58 static void hidh_l2cif_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg); 59 static void hidh_l2cif_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg); 93 memset(&hh_cb.l2cap_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in hidh_conn_reg() 426 static void hidh_l2cif_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in hidh_l2cif_config_ind() 503 static void hidh_l2cif_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in hidh_l2cif_config_cfm()
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/gap/ |
| D | gap_conn.c | 38 static void gap_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg); 39 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() 574 UINT16 GAP_ConnReconfig (UINT16 gap_handle, tL2CAP_CFG_INFO *p_cfg) in GAP_ConnReconfig() 866 static void gap_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in gap_config_ind() 915 static void gap_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in gap_config_cfm()
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/gap/include/ |
| D | gap_int.h | 81 tL2CAP_CFG_INFO cfg; /* Configuration */
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/jv/include/ |
| D | bta_jv_int.h | 191 tL2CAP_CFG_INFO cfg; 209 tL2CAP_CFG_INFO cfg;
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/jv/ |
| D | bta_jv_api.c | 373 UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg, in BTA_JvL2capConnectLE() 428 UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg, in BTA_JvL2capConnect() 539 … const tL2CAP_ERTM_INFO *ertm_info, UINT16 local_psm, UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg, in BTA_JvL2capStartServer() 590 … const tL2CAP_ERTM_INFO *ertm_info, UINT16 local_chan, UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg, in BTA_JvL2capStartServerLE()
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/include/ |
| D | sdpint.h | 215 tL2CAP_CFG_INFO l2cap_my_cfg; /* My L2CAP config */
|
| /hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/ |
| D | btc_l2cap.c | 502 tL2CAP_CFG_INFO cfg; in btc_l2cap_start_srv() 527 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in btc_l2cap_start_srv() 639 tL2CAP_CFG_INFO cfg; in btc_l2cap_connect() 660 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO)); in btc_l2cap_connect()
|