Home
last modified time | relevance | path

Searched refs:L2capLeService (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le.h52 int L2CAP_LeRegisterService(uint16_t lpsm, const L2capLeService *svc, void *context);
H A Dl2cap_le_if.c28 L2capLeService svc;
50 uint16_t lpsm, const L2capLeService *svc, void *context, void (*cb)(uint16_t lpsm, int result)) in L2CIF_LeRegisterService()
64 (void)memcpy_s(&(ctx->svc), sizeof(L2capLeService), svc, sizeof(L2capLeService)); in L2CIF_LeRegisterService()
H A Dl2cap_le.c33 L2capLeService service;
1456 int L2CAP_LeRegisterService(uint16_t lpsm, const L2capLeService *svc, void *context) in L2CAP_LeRegisterService()
1488 (void)memcpy_s(&(psm->service), sizeof(L2capLeService), svc, sizeof(L2capLeService)); in L2CAP_LeRegisterService()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_le_if.h40 uint16_t lpsm, const L2capLeService *svc, void *context, void (*cb)(uint16_t lpsm, int result));
H A Dl2cap_def.h245 } L2capLeService; typedef

Completed in 6 milliseconds