Home
last modified time | relevance | path

Searched defs:getRemoteUuids (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetooth.java42 ParcelUuid[] getRemoteUuids(BluetoothDevice device); in getRemoteUuids() method
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DIBluetoothImpl.java101 public ParcelUuid[] getRemoteUuids(BluetoothDevice device) { in getRemoteUuids() method in IBluetoothImpl
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetooth.aidl131 …oneway void getRemoteUuids(in BluetoothDevice device, in AttributionSource attributionSource, in S… in getRemoteUuids() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java3068 public void getRemoteUuids(BluetoothDevice device, AttributionSource source, in getRemoteUuids() method in AdapterService.AdapterServiceBinder
3077 private List<ParcelUuid> getRemoteUuids( in getRemoteUuids() method in AdapterService.AdapterServiceBinder
5958 public ParcelUuid[] getRemoteUuids(BluetoothDevice device) { in getRemoteUuids() method in AdapterService