Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c27 static int GapProcessHciEventInTask(TaskFunc run, const void *ctx, uint32_t ctxLen, TaskFunc free) in GapProcessHciEventInTask() argument
30 if (ctx != NULL && ctxLen != 0) { in GapProcessHciEventInTask()
31 hciParam = MEM_MALLOC.alloc(ctxLen); in GapProcessHciEventInTask()
35 (void)memcpy_s(hciParam, ctxLen, ctx, ctxLen); in GapProcessHciEventInTask()

Completed in 3 milliseconds