Home
last modified time | relevance | path

Searched refs:tL2CAP_ERTM_INFO (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h616 const tL2CAP_ERTM_INFO *ertm_info, UINT16 remote_chan,
636 const tL2CAP_ERTM_INFO *ertm_info, UINT16 remote_psm,
680 const tL2CAP_ERTM_INFO *ertm_info,
700 const tL2CAP_ERTM_INFO *ertm_info,
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c40 static tL2CAP_ERTM_INFO rfc_l2c_etm_opt =
131 tL2CAP_ERTM_INFO *ertm_opt = rfc_cb.port.enable_l2cap_ertm ? &rfc_l2c_etm_opt : NULL; in RFCOMM_ConnectInd()
192 tL2CAP_ERTM_INFO *ertm_opt = rfc_cb.port.enable_l2cap_ertm ? &rfc_l2c_etm_opt : NULL; in RFCOMM_ConnectCnf()
Drfc_mx_fsm.c42 static tL2CAP_ERTM_INFO rfc_l2c_etm_opt =
139 tL2CAP_ERTM_INFO *ertm_opt = NULL; in rfc_mx_sm_state_idle()
510 tL2CAP_ERTM_INFO *ertm_opt = rfc_cb.port.enable_l2cap_ertm ? &rfc_l2c_etm_opt : NULL; in rfc_mx_sm_state_disc_wait_ua()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h329 } tL2CAP_ERTM_INFO; typedef
432 tL2CAP_ERTM_INFO *p_ertm_info);
455 tL2CAP_ERTM_INFO *p_ertm_info);
Dgap_api.h145 tL2CAP_ERTM_INFO *ertm_info,
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/include/
Dgap_int.h82 tL2CAP_ERTM_INFO ertm_info; /* Pools and modes for ertm */
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/include/
Dbta_jv_int.h193 tL2CAP_ERTM_INFO ertm_info;
211 tL2CAP_ERTM_INFO ertm_info;
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c372 const tL2CAP_ERTM_INFO *ertm_info, UINT16 remote_chan, in BTA_JvL2capConnectLE()
427 const tL2CAP_ERTM_INFO *ertm_info, UINT16 remote_psm, 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()
Dbta_jv_act.c1320 tL2CAP_ERTM_INFO *ertm_info = NULL; in bta_jv_l2cap_connect()
1483 tL2CAP_ERTM_INFO *ertm_info = NULL; in bta_jv_l2cap_start_server()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c223 UINT16 L2CA_ErtmConnectReq (UINT16 psm, BD_ADDR p_bd_addr, tL2CAP_ERTM_INFO *p_ertm_info) in L2CA_ErtmConnectReq()
388 UINT16 status, tL2CAP_ERTM_INFO *p_ertm_info) in L2CA_ErtmConnectRsp()
Dl2c_utils.c1543 memset (&p_ccb->ertm_info, 0, sizeof(tL2CAP_ERTM_INFO)); in l2cu_allocate_ccb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c128 tL2CAP_ERTM_INFO *ertm_info, UINT16 security, UINT8 chan_mode_mask, in GAP_ConnOpen()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h322 tL2CAP_ERTM_INFO ertm_info;
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c96 static const tL2CAP_ERTM_INFO obex_l2c_etm_opt =