Searched refs:hciCommandCompleteEvent (Results 1 – 2 of 2) sorted by relevance
164 if (block->callback != NULL && block->callback->hciCommandCompleteEvent != NULL) { in HciEventOnVendorCommandComplete()165 block->callback->hciCommandCompleteEvent(opCode, param, paramLength, block->context); in HciEventOnVendorCommandComplete()
35 …void (*hciCommandCompleteEvent)(uint16_t opCode, const void *param, uint8_t paramLength, void *con… member