Searched refs:hciFailure (Results 1 – 3 of 3) sorted by relevance
583 if (block->callbacks != NULL && block->callbacks->hciFailure != NULL) { in BtmOnHCIFailure()584 block->callbacks->hciFailure(block->context); in BtmOnHCIFailure()
417 pimpl->hciFailureCallbacks.hciFailure = HciFailedReset; in RegisterHciResetCallback()423 if (pimpl->hciFailureCallbacks.hciFailure != nullptr) { in DeregisterHciResetCallback()425 pimpl->hciFailureCallbacks.hciFailure = nullptr; in DeregisterHciResetCallback()
77 void (*hciFailure)(void *context); member