Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_controller_baseband.c1189 if (callbacks->writeSecureConnectionsHostSupportComplete != NULL) { in HciCmdOnWriteSecureConnectionsHostSupportFailed()
1190 callbacks->writeSecureConnectionsHostSupportComplete(&returnParam); in HciCmdOnWriteSecureConnectionsHostSupportFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_controller_baseband_cmd_complete.c417 if (callbacks->writeSecureConnectionsHostSupportComplete != NULL) { in HciEventOnWriteSecureConnectionsHostSupportComplete()
418 callbacks->writeSecureConnectionsHostSupportComplete(&returnParam); in HciEventOnWriteSecureConnectionsHostSupportComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h861 void (*writeSecureConnectionsHostSupportComplete)( member