Home
last modified time | relevance | path

Searched refs:L2CAP_SendData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap.h138 int L2CAP_SendData(uint16_t lcid, Packet *pkt);
H A Dl2cap.c333 int L2CAP_SendData(uint16_t lcid, Packet *pkt) in L2CAP_SendData() function
H A Dl2cap_if.c440 result = L2CAP_SendData(ctx->lcid, ctx->pkt); in L2cifSendData()