Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.h70 int L2capSendEchoReq(L2capConnection *conn, const uint8_t *data, uint16_t dataLen);
H A Dl2cap.c436 L2capSendEchoReq(conn, data, dataLen); in L2CAP_EchoReq()
H A Dl2cap_core.c107 int L2capSendEchoReq(L2capConnection *conn, const uint8_t *data, uint16_t dataLen) in L2capSendEchoReq() function