Searched refs:readRemoteExtendedFeaturesComplete (Results 1 – 4 of 4) sorted by relevance
310 if (callbacks->readRemoteExtendedFeaturesComplete != NULL) { in HciCmdOnReadRemoteExtendedFeaturesFailed()311 callbacks->readRemoteExtendedFeaturesComplete(&eventParam); in HciCmdOnReadRemoteExtendedFeaturesFailed()
652 if (callbacks->readRemoteExtendedFeaturesComplete != NULL) { in HciEventOnReadRemoteExtendedFeaturesCompleteEvent()653 callbacks->readRemoteExtendedFeaturesComplete(param); in HciEventOnReadRemoteExtendedFeaturesCompleteEvent()
1038 …void (*readRemoteExtendedFeaturesComplete)(const HciReadRemoteExtendedFeaturesCompleteEventParam *… member
2412 .readRemoteExtendedFeaturesComplete = BtmOnReadRemoteExtendedFeaturesComplete,