Searched refs:mCurrentLeadDevice (Results 1 – 1 of 1) sorted by relevance
239 mCurrentLeadDevice = null; in LeAudioGroupDescriptor()253 BluetoothDevice mCurrentLeadDevice; field in LeAudioService.LeAudioGroupDescriptor1511 if (groupDescriptor.mCurrentLeadDevice != null in getLeadDeviceForTheGroup()1512 && getConnectionState(groupDescriptor.mCurrentLeadDevice) in getLeadDeviceForTheGroup()1514 return groupDescriptor.mCurrentLeadDevice; in getLeadDeviceForTheGroup()1526 groupDescriptor.mCurrentLeadDevice = sm.getDevice(); in getLeadDeviceForTheGroup()1527 return groupDescriptor.mCurrentLeadDevice; in getLeadDeviceForTheGroup()2169 if (groupDescriptor.mCurrentLeadDevice == mExposedActiveDevice) { in setActiveGroupWithDevice()