Home
last modified time | relevance | path

Searched refs:GATT_FAILURE (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/
DGattTransportServerProvider.java165 BluetoothGatt.GATT_FAILURE,
188 BluetoothGatt.GATT_FAILURE,
235 BluetoothGatt.GATT_FAILURE,
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java20 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 …]
DBassClientServiceTest.java2098 BluetoothGatt.GATT_FAILURE); in testSyncEstablished_statusFailed()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/
DGattTransportServerProviderTest.java463 BluetoothGatt.GATT_FAILURE, in testInCharactersticWrite_failedProcessingNotStarted()
485 BluetoothGatt.GATT_FAILURE, in testInCharactersticWrite_failedEmptyDataPacket()
696 BluetoothGatt.GATT_FAILURE, in testDescriptorWriteRequest_unknownUuid()
DGattTransportClientProviderTest.java419 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/
DTbsGatt.java628 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/
Dbt_gatt_constants.py308 GATT_FAILURE = 0x101 variable in BluetoothGatt
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java599 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/
DBluetoothGatt.java137 public static final int GATT_FAILURE = 0x101; field in BluetoothGatt
263 GATT_FAILURE,
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt631 field public static final int GATT_FAILURE = 257; // 0x101