Home
last modified time | relevance | path

Searched refs:hciFailure (Results 1 – 3 of 3) sorted by relevance

/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/btm/
Dbtm.c583 if (block->callbacks != NULL && block->callbacks->hciFailure != NULL) { in BtmOnHCIFailure()
584 block->callbacks->hciFailure(block->context); in BtmOnHCIFailure()
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/common/
Dadapter_manager.cpp417 pimpl->hciFailureCallbacks.hciFailure = HciFailedReset; in RegisterHciResetCallback()
423 if (pimpl->hciFailureCallbacks.hciFailure != nullptr) { in DeregisterHciResetCallback()
425 pimpl->hciFailureCallbacks.hciFailure = nullptr; in DeregisterHciResetCallback()
/foundation/communication/bluetooth/services/bluetooth_standard/stack/include/
Dbtm.h77 void (*hciFailure)(void *context); member