Home
last modified time | relevance | path

Searched refs:readRemoteSupportedFeaturesComplete (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_link_ctrl.c294 if (callbacks->readRemoteSupportedFeaturesComplete != NULL) { in HciCmdOnReadRemoteSupportedFeaturesFailed()
295 callbacks->readRemoteSupportedFeaturesComplete(&eventParam); in HciCmdOnReadRemoteSupportedFeaturesFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c288 if (callbacks->readRemoteSupportedFeaturesComplete != NULL) { in HciEventOnReadRemoteSupportedFeaturesCompleteEvent()
289 callbacks->readRemoteSupportedFeaturesComplete(param); in HciEventOnReadRemoteSupportedFeaturesCompleteEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h978 …void (*readRemoteSupportedFeaturesComplete)(const HciReadRemoteSupportedFeaturesCompleteEventParam… member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c2408 .readRemoteSupportedFeaturesComplete = BtmOnReadRemoteSupportedFeaturesComplete,