Searched refs:SINK_ROLE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealthAppConfiguration.java46 mRole = BluetoothHealth.SINK_ROLE;
56 * {@link BluetoothHealth#SINK_ROLE}
123 * {@link BluetoothHealth#SINK_ROLE}
H A DBluetoothHealth.java70 public static final int SINK_ROLE = 1 << 1; field in class:BluetoothHealth
150 return registerAppConfiguration(name, dataType, SINK_ROLE,
247 * Connect to a health device which has the {@link #SINK_ROLE}.
557 if (name == null || (role != SOURCE_ROLE && role != SINK_ROLE) ||

Completed in 63 milliseconds