Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm.c583 if (block->callbacks != NULL && block->callbacks->hciFailure != NULL) { in BtmOnHCIFailure()
584 block->callbacks->hciFailure(block->context); in BtmOnHCIFailure()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_manager.cpp452 pimpl->hciFailureCallbacks.hciFailure = HciFailedReset; in RegisterHciResetCallback()
458 if (pimpl->hciFailureCallbacks.hciFailure != nullptr) { in DeregisterHciResetCallback()
460 pimpl->hciFailureCallbacks.hciFailure = nullptr; in DeregisterHciResetCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h77 void (*hciFailure)(void *context); member