Home
last modified time | relevance | path

Searched refs:hciCommandCompleteEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_vendor_if.c164 if (block->callback != NULL && block->callback->hciCommandCompleteEvent != NULL) { in HciEventOnVendorCommandComplete()
165 block->callback->hciCommandCompleteEvent(opCode, param, paramLength, block->context); in HciEventOnVendorCommandComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dhci_vendor_if.h35 …void (*hciCommandCompleteEvent)(uint16_t opCode, const void *param, uint8_t paramLength, void *con… member