Searched refs:SERVICE_UUID (Results 1 – 6 of 6) sorted by relevance
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)) {
124 private static final UUID SERVICE_UUID = field in BleCocClientService347 service = mBluetoothGatt.getService(SERVICE_UUID); in getService()431 (mBluetoothGatt.getService(SERVICE_UUID) != null)) {
66 private static final UUID SERVICE_UUID = field in BleEncryptedServerService271 new BluetoothGattService(SERVICE_UUID, BluetoothGattService.SERVICE_TYPE_PRIMARY); in createService()
121 private static final UUID SERVICE_UUID = field in BleCocServerService396 new BluetoothGattService(SERVICE_UUID, BluetoothGattService.SERVICE_TYPE_PRIMARY); in createService()
206 private static final UUID SERVICE_UUID = field in BleClientService810 service = mBluetoothGatt.getService(SERVICE_UUID); in getService()954 … 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()