Searched refs:bluetoothGatt (Results 1 – 3 of 3) sorted by relevance
415 BluetoothGatt bluetoothGatt = mBluetoothGattList.get(gattIndex); in gattClientReadCharacteristic() local416 if (bluetoothGatt == null) { in gattClientReadCharacteristic()433 return bluetoothGatt.readCharacteristic(gattCharacteristic); in gattClientReadCharacteristic()450 BluetoothGatt bluetoothGatt = mBluetoothGattList.get(gattIndex); in gattClientReadUsingCharacteristicUuid() local451 if (bluetoothGatt == null) { in gattClientReadUsingCharacteristicUuid()455 return bluetoothGatt.readUsingCharacteristicUuid(cUuid, startHandle, endHandle); in gattClientReadUsingCharacteristicUuid()475 BluetoothGatt bluetoothGatt = mBluetoothGattList.get(gattIndex); in gattClientReadCharacteristicByIndex() local476 if (bluetoothGatt == null) { in gattClientReadCharacteristicByIndex()492 return bluetoothGatt.readCharacteristic(charList.get(characteristicIndex)); in gattClientReadCharacteristicByIndex()510 BluetoothGatt bluetoothGatt = mBluetoothGattList.get(gattIndex); in gattClientReadCharacteristicByInstanceId() local[all …]
27 BluetoothGatt bluetoothGatt; in newInstance() local29 bluetoothGatt = in newInstance()41 bluetoothGatt = in newInstance()49 bluetoothGatt = in newInstance()57 bluetoothGatt = in newInstance()63 return bluetoothGatt; in newInstance()
23 BluetoothGatt bluetoothGatt = ShadowBluetoothGatt.newInstance(bluetoothDevice); in canCreateBluetoothGattViaNewInstance() local24 assertThat(bluetoothGatt).isNotNull(); in canCreateBluetoothGattViaNewInstance()