Home
last modified time | relevance | path

Searched refs:ActiveDeviceProfile (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java550 public @interface ActiveDeviceProfile {} annotation in BluetoothAdapter
2243 public @NonNull List<BluetoothDevice> getActiveDevices(@ActiveDeviceProfile int profile) { in getActiveDevices()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java52 import android.bluetooth.BluetoothAdapter.ActiveDeviceProfile;
2894 @ActiveDeviceProfile int profile, AttributionSource source) { in getActiveDevices()
5193 public List<BluetoothDevice> getActiveDevices(@ActiveDeviceProfile int profile) { in getActiveDevices()