Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.h71 int L2capSendEchoRsp(L2capConnection *conn, uint8_t ident, const uint8_t *data, uint16_t dataLen);
H A Dl2cap.c459 L2capSendEchoRsp(conn, id, data, dataLen); in L2CAP_EchoRsp()
H A Dl2cap_core.c122 int L2capSendEchoRsp(L2capConnection *conn, uint8_t ident, const uint8_t *data, uint16_t dataLen) in L2capSendEchoRsp() function
1888 L2capSendEchoRsp(conn, signal->identifier, NULL, 0); in L2capProcessEchoReq()