Home
last modified time | relevance | path

Searched defs:discoverServiceByUuid (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/
DGatt.kt113 override fun discoverServiceByUuid( in discoverServiceByUuid() method in com.android.pandora.Gatt
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java1222 public boolean discoverServiceByUuid(UUID uuid) { in discoverServiceByUuid() method in BluetoothGatt
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java269 public void discoverServiceByUuid() throws Exception { in discoverServiceByUuid() method in GattServiceBinderTest
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl121 …void discoverServiceByUuid(in int clientIf, in String address, in ParcelUuid uuid, in AttributionS… in discoverServiceByUuid() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java925 public void discoverServiceByUuid(int clientIf, String address, ParcelUuid uuid, in discoverServiceByUuid() method in GattService.BluetoothGattBinder
934 private void discoverServiceByUuid(int clientIf, String address, ParcelUuid uuid, in discoverServiceByUuid() method in GattService.BluetoothGattBinder
3787 void discoverServiceByUuid( in discoverServiceByUuid() method in GattService