Searched refs:L2capLeService (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_le.h | 52 int L2CAP_LeRegisterService(uint16_t lpsm, const L2capLeService *svc, void *context);
|
H A D | l2cap_le_if.c | 28 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 D | l2cap_le.c | 33 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 D | l2cap_le_if.h | 40 uint16_t lpsm, const L2capLeService *svc, void *context, void (*cb)(uint16_t lpsm, int result));
|
H A D | l2cap_def.h | 245 } L2capLeService; typedef
|
Completed in 6 milliseconds