Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java423 public int gattClientGetDeviceType(String address) { in gattClientGetDeviceType() method in GattNativeInterface
DGattService.java3400 int type = mNativeInterface.gattClientGetDeviceType(device.getAddress()); in getDeviceType()