Home
last modified time | relevance | path

Searched refs:recvEchoReq (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h185 …void (*recvEchoReq)(uint16_t aclHandle, uint8_t id, const uint8_t *data, uint16_t dataLen, void *c… member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c1885 if (inst->echo.cb.recvEchoReq != NULL) { in L2capProcessEchoReq()
1886 … inst->echo.cb.recvEchoReq(aclHandle, signal->identifier, data, signal->length, inst->echo.ctx); in L2capProcessEchoReq()