Home
last modified time | relevance | path

Searched refs:enable_l2cap_ertm (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_spp_api.h27 .enable_l2cap_ertm = true, \
81 …bool enable_l2cap_ertm; /*!< Enable/disable Logical Link Control and Adaptation Laye… member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_spp_api.c40 .enable_l2cap_ertm = true, in esp_spp_init()
64 arg.init.enable_l2cap_ertm = cfg->enable_l2cap_ertm; in esp_spp_enhanced_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c149 ertm_opt = rfc_cb.port.enable_l2cap_ertm ? &rfc_l2c_etm_opt : NULL; in rfc_mx_sm_state_idle()
172 ertm_opt = rfc_cb.port.enable_l2cap_ertm ? &rfc_l2c_etm_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()
586 if (rfc_cb.port.enable_l2cap_ertm) { in rfc_mx_send_config_req()
Drfc_l2cap_if.c131 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()
Dport_api.c1878 void PORT_SetL2capErtm (BOOLEAN enable_l2cap_ertm) in PORT_SetL2capErtm() argument
1880 rfc_cb.port.enable_l2cap_ertm = enable_l2cap_ertm; in PORT_SetL2capErtm()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_spp.h41 bool enable_l2cap_ertm; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h212 BOOLEAN enable_l2cap_ertm; /* enable/disable l2cap ertm */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h704 extern void PORT_SetL2capErtm (BOOLEAN enable_l2cap_ertm);
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c880 tBTA_JV_STATUS BTA_JvRfcommConfig(BOOLEAN enable_l2cap_ertm) in BTA_JvRfcommConfig() argument
889 p_msg->enable_l2cap_ertm = enable_l2cap_ertm; in BTA_JvRfcommConfig()
Dbta_jv_act.c1822 APPL_TRACE_DEBUG("%s enable_l2cap_ertm:%d", __func__, p_data->rfcomm_config.enable_l2cap_ertm); in bta_jv_rfcomm_config()
1824 PORT_SetL2capErtm(p_data->rfcomm_config.enable_l2cap_ertm); in bta_jv_rfcomm_config()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/include/
Dbta_jv_int.h264 BOOLEAN enable_l2cap_ertm; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h819 extern tBTA_JV_STATUS BTA_JvRfcommConfig(BOOLEAN enable_l2cap_ertm);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c575 BTA_JvRfcommConfig(arg->init.enable_l2cap_ertm); in btc_spp_init()