Home
last modified time | relevance | path

Searched refs:L2CA_SendFixedChnlData (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h1108 extern UINT16 L2CA_SendFixedChnlData (UINT16 fixed_cid, BD_ADDR rem_bda, BT_HDR *p_buf);
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c355 l2cap_ret = L2CA_SendFixedChnlData (L2CAP_ATT_CID, p_tcb->peer_bda, p_toL2CAP); in attp_send_msg_to_l2cap()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c332 if ((l2cap_ret = L2CA_SendFixedChnlData (fixed_cid, rem_bda, p_toL2CAP)) == L2CAP_DW_FAILED) { in smp_send_msg_to_L2CAP()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c1764 UINT16 L2CA_SendFixedChnlData (UINT16 fixed_cid, BD_ADDR rem_bda, BT_HDR *p_buf) in L2CA_SendFixedChnlData() function
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c1669 L2CA_SendFixedChnlData(ls->channel, ls->addr, msg); in bta_jv_l2cap_write_fixed()