Home
last modified time | relevance | path

Searched refs:local_chan (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c590 … const tL2CAP_ERTM_INFO *ertm_info, UINT16 local_chan, UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg, in BTA_JvL2capStartServerLE() argument
603 p_msg->local_chan = local_chan; in BTA_JvL2capStartServerLE()
666 tBTA_JV_STATUS BTA_JvL2capStopServerLE(UINT16 local_chan, void *user_data) in BTA_JvL2capStopServerLE() argument
675 p_msg->local_chan = local_chan; in BTA_JvL2capStopServerLE()
Dbta_jv_act.c2972 fcchan = fcchan_get(ls->local_chan, FALSE); in bta_jv_l2cap_stop_server_le()
3011 t = fcclient_alloc(ss->local_chan, TRUE, NULL); in bta_jv_l2cap_start_server_le()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h701 UINT16 local_chan, UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg,
715 extern tBTA_JV_STATUS BTA_JvL2capStopServerLE(UINT16 local_chan, void *user_data);
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/include/
Dbta_jv_int.h205 UINT16 local_chan; member