/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/ |
D | GattTransportServerProvider.java | 165 BluetoothGatt.GATT_FAILURE, 188 BluetoothGatt.GATT_FAILURE, 235 BluetoothGatt.GATT_FAILURE,
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachineTest.java | 20 import static android.bluetooth.BluetoothGatt.GATT_FAILURE; 719 int status = GATT_FAILURE; in gattCallbackOnServicesDiscovered() 726 status = GATT_FAILURE; in gattCallbackOnServicesDiscovered() 761 cb.onCharacteristicRead(null, characteristic, GATT_FAILURE); in gattCallbackOnCharacteristicRead() 765 assertThat(mBassClientStateMachine.mMsgAgr1).isEqualTo(GATT_FAILURE); in gattCallbackOnCharacteristicRead() 771 cb.onCharacteristicRead(null, characteristic, GATT_FAILURE); in gattCallbackOnCharacteristicRead() 1836 mBassClientStateMachine.obtainMessage(GATT_TXN_PROCESSED, GATT_FAILURE), in sendGattTxnProcessedMessage_inConnectedProcessingState() 1848 mBassClientStateMachine.obtainMessage(GATT_TXN_PROCESSED, GATT_FAILURE), in sendGattTxnProcessedMessage_inConnectedProcessingState() 1858 mBassClientStateMachine.obtainMessage(GATT_TXN_PROCESSED, GATT_FAILURE), in sendGattTxnProcessedMessage_inConnectedProcessingState() 1877 mBassClientStateMachine.obtainMessage(GATT_TXN_PROCESSED, GATT_FAILURE), in sendGattTxnProcessedMessage_inConnectedProcessingState() [all …]
|
D | BassClientServiceTest.java | 2098 BluetoothGatt.GATT_FAILURE); in testSyncEstablished_statusFailed()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/ |
D | GattTransportServerProviderTest.java | 463 BluetoothGatt.GATT_FAILURE, in testInCharactersticWrite_failedProcessingNotStarted() 485 BluetoothGatt.GATT_FAILURE, in testInCharactersticWrite_failedEmptyDataPacket() 696 BluetoothGatt.GATT_FAILURE, in testDescriptorWriteRequest_unknownUuid()
|
D | GattTransportClientProviderTest.java | 419 mMockBluetoothGatt, BluetoothGatt.GATT_FAILURE, BluetoothProfile.STATE_CONNECTED); in testConnectionStateChange_statusFailed() 439 mMockBluetoothGatt, mCccdDescriptor, BluetoothGatt.GATT_FAILURE); in testDescriptorWrite_statusFailed() 451 mMockBluetoothGatt, mOutCharacterstic, BluetoothGatt.GATT_FAILURE); in testCharacteristicWrite_statusFailed() 463 mMockBluetoothGatt, mOutCharacterstic, new byte[] {}, BluetoothGatt.GATT_FAILURE); in testCharacteristicRead_statusFailed()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsGatt.java | 628 device, requestId, BluetoothGatt.GATT_FAILURE, 0, value); in handleWriteRequest() 717 return BluetoothGatt.GATT_FAILURE; in setValue() 1210 status = BluetoothGatt.GATT_FAILURE; in onUnauthorizedGattOperation() 1317 status = BluetoothGatt.GATT_FAILURE; in onAuthorizedGattOperation() 1363 status = BluetoothGatt.GATT_FAILURE; in onAuthorizedGattOperation()
|
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_gatt_constants.py | 308 GATT_FAILURE = 0x101 variable in BluetoothGatt
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 599 device, op.mRequestId, BluetoothGatt.GATT_FAILURE, op.mOffset, null); in onUnauthorizedGattOperation() 610 status = BluetoothGatt.GATT_FAILURE; in onUnauthorizedGattOperation() 722 status = BluetoothGatt.GATT_FAILURE; in onAuthorizedGattOperation() 759 device, op.mRequestId, BluetoothGatt.GATT_FAILURE, op.mOffset, null); in onAuthorizedGattOperation() 770 status = BluetoothGatt.GATT_FAILURE; in onAuthorizedGattOperation()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGatt.java | 137 public static final int GATT_FAILURE = 0x101; field in BluetoothGatt 263 GATT_FAILURE,
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 631 field public static final int GATT_FAILURE = 257; // 0x101
|