Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dl2c_api.h996 L2C_API extern UINT16 L2CA_SendFixedChnlData (UINT16 fixed_cid, BD_ADDR rem_bda, BT_HDR *p_buf);
/external/bluetooth/bluedroid/stack/gatt/
Datt_protocol.c361 l2cap_ret = L2CA_SendFixedChnlData (L2CAP_ATT_CID, p_tcb->peer_bda, p_toL2CAP); in attp_send_msg_to_l2cap()
/external/bluetooth/bluedroid/stack/smp/
Dsmp_utils.c92 if ((l2cap_ret = L2CA_SendFixedChnlData (L2CAP_SMP_CID, rem_bda, p_toL2CAP)) == L2CAP_DW_FAILED) in smp_send_msg_to_L2CAP()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_api.c1422 UINT16 L2CA_SendFixedChnlData (UINT16 fixed_cid, BD_ADDR rem_bda, BT_HDR *p_buf) in L2CA_SendFixedChnlData() function