/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gap/ |
D | gap_conn.c | 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-3.7.0/components/bt/host/bluedroid/stack/avct/ |
D | avct_l2c.c | 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()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_l2cap_if.c | 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()
|
D | rfc_mx_fsm.c | 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()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_main.c | 316 static void sdp_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in sdp_config_ind() 403 static void sdp_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in sdp_config_cfm()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/ |
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()
|
D | l2c_csm.c | 660 tL2CAP_CFG_INFO *p_cfg = (tL2CAP_CFG_INFO *)p_data; in l2c_csm_config() local 885 tL2CAP_CFG_INFO *p_cfg; in l2c_csm_open() local
|
D | l2c_utils.c | 649 void l2cu_send_peer_config_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_send_peer_config_req() 755 void l2cu_send_peer_config_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_send_peer_config_rsp() 1956 UINT8 l2cu_process_peer_cfg_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_process_peer_cfg_req() 2078 void l2cu_process_peer_cfg_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_process_peer_cfg_rsp() 2115 void l2cu_process_our_cfg_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_process_our_cfg_req() 2198 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() 1439 UINT16 L2CA_ConnectLECocReq(UINT16 psm, BD_ADDR p_bd_addr, tL2CAP_LE_CFG_INFO *p_cfg) in L2CA_ConnectLECocReq() 1533 UINT16 status, tL2CAP_LE_CFG_INFO *p_cfg) in L2CA_ConnectLECocRsp()
|
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()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_l2c.c | 330 void avdt_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg) in avdt_l2c_config_cfm_cback() 369 void avdt_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg) in avdt_l2c_config_ind_cback()
|
D | avdt_api.c | 418 UINT16 AVDT_GetCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback) in AVDT_GetCapReq() 453 UINT16 AVDT_GetAllCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback) in AVDT_GetAllCapReq() 516 UINT16 AVDT_OpenReq(UINT8 handle, BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg) in AVDT_OpenReq() 736 UINT16 AVDT_ReconfigReq(UINT8 handle, tAVDT_CFG *p_cfg) in AVDT_ReconfigReq()
|
D | avdt_msg.c | 271 static void avdt_msg_bld_cfg(UINT8 **p, tAVDT_CFG *p_cfg) in avdt_msg_bld_cfg() 575 static UINT8 avdt_msg_prs_cfg(tAVDT_CFG *p_cfg, UINT8 *p, UINT16 len, UINT8 *p_elem, UINT8 sig_id) in avdt_msg_prs_cfg()
|
D | avdt_scb_act.c | 787 tAVDT_CFG *p_cfg; in avdt_scb_hdl_setconfig_cmd() local 1699 tAVDT_CFG *p_req, *p_cfg; in avdt_scb_snd_setconfig_req() local
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/av/ |
D | bta_av_sbc.c | 475 UINT8 bta_av_sbc_cfg_matches_cap(UINT8 *p_cfg, tA2D_SBC_CIE *p_cap) in bta_av_sbc_cfg_matches_cap() 539 UINT8 bta_av_sbc_cfg_in_cap(UINT8 *p_cfg, tA2D_SBC_CIE *p_cap) in bta_av_sbc_cfg_in_cap()
|
D | bta_av_aact.c | 2096 tAVDT_CFG *p_cfg; in bta_av_reconfig() local
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/hid/ |
D | hidd_conn.c | 275 static void hidd_l2cif_config_ind(uint16_t cid, tL2CAP_CFG_INFO *p_cfg) in hidd_l2cif_config_ind() 326 static void hidd_l2cif_config_cfm(uint16_t cid, tL2CAP_CFG_INFO *p_cfg) in hidd_l2cif_config_cfm()
|
D | hidh_conn.c | 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-3.7.0/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_main.c | 709 void gatt_l2cif_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg) in gatt_l2cif_config_cfm_cback() 760 void gatt_l2cif_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg) in gatt_l2cif_config_ind_cback()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/ |
D | avdt_api.h | 299 tAVDT_CFG *p_cfg; /* Pointer to configuration for this SEP */ member 305 tAVDT_CFG *p_cfg; /* Pointer to configuration for this SEP */ member
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/avdt/include/ |
D | avdt_int.h | 408 tAVDT_CFG *p_cfg; member
|