Searched refs:getDeviceType (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DRemoteDevices.java159 int getDeviceType() { method in class:RemoteDevices.DeviceProperties
H A DAdapterService.java1638 return deviceProp.getDeviceType();
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1341 if (getDeviceType(device) != DEVICE_TYPE_BREDR) {
2107 private int getDeviceType(BluetoothDevice device) { method in class:GattService
2109 if (DBG) Log.d(TAG, "getDeviceType() - device=" + device

Completed in 84 milliseconds