Searched refs:tL2CAP_ERTM_INFO (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_jv_api.h | 616 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/ |
D | rfc_l2cap_if.c | 40 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()
|
D | rfc_mx_fsm.c | 42 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/ |
D | l2c_api.h | 329 } tL2CAP_ERTM_INFO; typedef 432 tL2CAP_ERTM_INFO *p_ertm_info); 455 tL2CAP_ERTM_INFO *p_ertm_info);
|
D | gap_api.h | 145 tL2CAP_ERTM_INFO *ertm_info,
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/include/ |
D | gap_int.h | 82 tL2CAP_ERTM_INFO ertm_info; /* Pools and modes for ertm */
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/include/ |
D | bta_jv_int.h | 193 tL2CAP_ERTM_INFO ertm_info; 211 tL2CAP_ERTM_INFO ertm_info;
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_api.c | 372 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()
|
D | bta_jv_act.c | 1320 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/ |
D | l2c_api.c | 223 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()
|
D | l2c_utils.c | 1543 memset (&p_ccb->ertm_info, 0, sizeof(tL2CAP_ERTM_INFO)); in l2cu_allocate_ccb()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/ |
D | gap_conn.c | 128 tL2CAP_ERTM_INFO *ertm_info, UINT16 security, UINT8 chan_mode_mask, in GAP_ConnOpen()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/ |
D | l2c_int.h | 322 tL2CAP_ERTM_INFO ertm_info;
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/ |
D | btc_l2cap.c | 96 static const tL2CAP_ERTM_INFO obex_l2c_etm_opt =
|