Searched refs:readRemoteSupportedFeaturesComplete (Results 1 – 4 of 4) sorted by relevance
294 if (callbacks->readRemoteSupportedFeaturesComplete != NULL) { in HciCmdOnReadRemoteSupportedFeaturesFailed()295 callbacks->readRemoteSupportedFeaturesComplete(&eventParam); in HciCmdOnReadRemoteSupportedFeaturesFailed()
288 if (callbacks->readRemoteSupportedFeaturesComplete != NULL) { in HciEventOnReadRemoteSupportedFeaturesCompleteEvent()289 callbacks->readRemoteSupportedFeaturesComplete(param); in HciEventOnReadRemoteSupportedFeaturesCompleteEvent()
978 …void (*readRemoteSupportedFeaturesComplete)(const HciReadRemoteSupportedFeaturesCompleteEventParam… member
2408 .readRemoteSupportedFeaturesComplete = BtmOnReadRemoteSupportedFeaturesComplete,