BluetoothDevice.ExtraIsCoordinatedSetMember Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used as a boolean extra field in #ACTION_FOUND
intents.
[Android.Runtime.Register("EXTRA_IS_COORDINATED_SET_MEMBER", ApiSince=33)]
public const string ExtraIsCoordinatedSetMember;
[<Android.Runtime.Register("EXTRA_IS_COORDINATED_SET_MEMBER", ApiSince=33)>]
val mutable ExtraIsCoordinatedSetMember : string
Field Value
Implements
- Attributes
Remarks
Used as a boolean extra field in #ACTION_FOUND
intents. It contains the information if device is discovered as member of a coordinated set or not. Pairing with device that belongs to a set would trigger pairing with the rest of set members. See Bluetooth CSIP specification for more details.
Java documentation for android.bluetooth.BluetoothDevice.EXTRA_IS_COORDINATED_SET_MEMBER
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.