Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.c40 static L2capLeCallback g_l2capLe; variable
52 if (g_l2capLe.recvL2capPacket != NULL) { in L2capProcessPacket()
53 g_l2capLe.recvL2capPacket(handle, cid, pkt); in L2capProcessPacket()
67 if (g_l2capLe.recvL2capPacket != NULL) { in L2capProcessPacket()
68 g_l2capLe.recvL2capPacket(handle, cid, pkt); in L2capProcessPacket()
260 if (g_l2capLe.aclDisconnected != NULL) { in L2capAclDisconnected()
261 g_l2capLe.aclDisconnected(handle, status, reason); in L2capAclDisconnected()
349 if (g_l2capLe.aclConnected != NULL) { in L2capLeAclConnected()
350 g_l2capLe.aclConnected((BtAddr *)addr, handle, role, status); in L2capLeAclConnected()
709 (void)memcpy_s(&g_l2capLe, sizeof(L2capLeCallback), cb, sizeof(L2capLeCallback)); in L2capRegisterLe()