Searched refs:SERVICE_UUID (Results 1 – 6 of 6) sorted by relevance
93 private static final UUID SERVICE_UUID = field in BleConnectionPriorityClientService278 service = mBluetoothGatt.getService(SERVICE_UUID); in getService()370 … if ((status == BluetoothGatt.GATT_SUCCESS) && (mBluetoothGatt.getService(SERVICE_UUID) != null)) {
96 private static final UUID SERVICE_UUID = field in BleEncryptedClientService219 service = mBluetoothGatt.getService(SERVICE_UUID); in getService()371 … if ((status == BluetoothGatt.GATT_SUCCESS) && (mBluetoothGatt.getService(SERVICE_UUID) != null)) {
75 private static final UUID SERVICE_UUID = field in BleConnectionPriorityServerService234 new BluetoothGattService(SERVICE_UUID, BluetoothGattService.SERVICE_TYPE_PRIMARY); in createService()
66 private static final UUID SERVICE_UUID = field in BleEncryptedServerService271 new BluetoothGattService(SERVICE_UUID, BluetoothGattService.SERVICE_TYPE_PRIMARY); in createService()
206 private static final UUID SERVICE_UUID = field in BleClientService798 service = mBluetoothGatt.getService(SERVICE_UUID); in getService()942 … if ((status == BluetoothGatt.GATT_SUCCESS) && (mBluetoothGatt.getService(SERVICE_UUID) != null)) {
123 private static final UUID SERVICE_UUID = field in BleServerService703 new BluetoothGattService(SERVICE_UUID, BluetoothGattService.SERVICE_TYPE_PRIMARY); in createService()