Searched refs:UPDATE_CHARACTERISTIC_UUID (Results 1 – 3 of 3) sorted by relevance
212 private static final UUID UPDATE_CHARACTERISTIC_UUID = field in BleClientService391 setNotification(UPDATE_CHARACTERISTIC_UUID, true); in onTestFinish()
129 private static final UUID UPDATE_CHARACTERISTIC_UUID = field in BleServerService762 new BluetoothGattCharacteristic(UPDATE_CHARACTERISTIC_UUID, 0x1A, 0x11); in createService()
127 private static final UUID UPDATE_CHARACTERISTIC_UUID = field in BleCocServerService