Home
last modified time | relevance | path

Searched refs:setMwsChannelParametersComplete (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.c1077 if (callbacks->setMwsChannelParametersComplete != NULL) { in HciCmdOnSetMwsChannelParametersFailed()
1078 callbacks->setMwsChannelParametersComplete(&returnParam); in HciCmdOnSetMwsChannelParametersFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_controller_baseband_cmd_complete.c1089 if (callbacks->setMwsChannelParametersComplete != NULL) { in HciEventOnSetMWSChannelParametersComplete()
1090 callbacks->setMwsChannelParametersComplete(&returnParam); in HciEventOnSetMWSChannelParametersComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h822 … void (*setMwsChannelParametersComplete)(const HciSetMwsChannelParametersReturnParam *returnParam); member