Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.h163 } L2capLeCallback; typedef
201 int L2capRegisterLe(const L2capLeCallback *cb);
H A Dl2cap_cmn.c40 static L2capLeCallback g_l2capLe;
707 int L2capRegisterLe(const L2capLeCallback *cb) in L2capRegisterLe()
709 (void)memcpy_s(&g_l2capLe, sizeof(L2capLeCallback), cb, sizeof(L2capLeCallback)); in L2capRegisterLe()
H A Dl2cap_le.c1784 L2capLeCallback cmnCallback = {0}; in L2CAP_LeInitialize()