Searched refs:leReadRemoteFeaturesComplete (Results 1 – 4 of 4) sorted by relevance
137 if (callbacks->leReadRemoteFeaturesComplete != NULL) { in HciEventOnLeReadRemoteFeaturesCompleteEvent()138 callbacks->leReadRemoteFeaturesComplete(eventParam); in HciEventOnLeReadRemoteFeaturesCompleteEvent()
322 if (callbacks->leReadRemoteFeaturesComplete != NULL) { in HciCmdOnLeReadRemoteFeaturesFailed()323 callbacks->leReadRemoteFeaturesComplete(&eventParam); in HciCmdOnLeReadRemoteFeaturesFailed()
1399 … void (*leReadRemoteFeaturesComplete)(const HciLeReadRemoteFeaturesCompleteEventParam *eventParam); member
2417 .leReadRemoteFeaturesComplete = BtmOnLeReadRemoteFeaturesComplete,