/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachineTest.java | 19 import static android.bluetooth.BluetoothGatt.GATT_FAILURE; 555 int status = GATT_FAILURE; in gattCallbackOnServicesDiscovered() 562 status = GATT_FAILURE; in gattCallbackOnServicesDiscovered() 599 cb.onCharacteristicRead(null, characteristic, GATT_FAILURE); in gattCallbackOnCharacteristicRead() 603 assertThat(mBassClientStateMachine.mMsgAgr1).isEqualTo(GATT_FAILURE); in gattCallbackOnCharacteristicRead() 610 cb.onCharacteristicRead(null, characteristic, GATT_FAILURE); in gattCallbackOnCharacteristicRead() 1363 mBassClientStateMachine.obtainMessage(GATT_TXN_PROCESSED, GATT_FAILURE), in sendGattTxnProcessedMessage_inConnectedProcessingState() 1372 mBassClientStateMachine.obtainMessage(GATT_TXN_PROCESSED, GATT_FAILURE), in sendGattTxnProcessedMessage_inConnectedProcessingState() 1380 mBassClientStateMachine.obtainMessage(GATT_TXN_PROCESSED, GATT_FAILURE), in sendGattTxnProcessedMessage_inConnectedProcessingState() 1397 mBassClientStateMachine.obtainMessage(GATT_TXN_PROCESSED, GATT_FAILURE), in sendGattTxnProcessedMessage_inConnectedProcessingState() [all …]
|
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/ |
D | BluetoothGattServerConnection.java | 197 BluetoothGattUtils.toString(descriptor)), BluetoothGatt.GATT_FAILURE); in readDescriptor() 224 BluetoothGattUtils.toString(descriptor)), BluetoothGatt.GATT_FAILURE); in writeDescriptor() 385 BluetoothGatt.GATT_FAILURE); in assembleByteChunksAndHandle()
|
D | BluetoothGattUtils.java | 43 case BluetoothGatt.GATT_FAILURE: in getMessageForStatusCode()
|
D | BluetoothGattServerHelper.java | 169 BluetoothGatt.GATT_FAILURE); in getConnectionByDevice()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsGatt.java | 443 mBluetoothGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_FAILURE, 0, in handleWriteRequest() 469 mBluetoothGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_FAILURE, 0, in handleWriteRequest() 523 return BluetoothGatt.GATT_FAILURE; in setValue() 833 status = BluetoothGatt.GATT_FAILURE; 878 status = BluetoothGatt.GATT_FAILURE;
|
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/common/bluetooth/gatt/ |
D | BluetoothGattHelperTest.java | 432 BluetoothGatt.GATT_FAILURE, in test_BluetoothGattCallback_onConnectionStateChange_connected_failure() 438 BluetoothGatt.GATT_FAILURE, in test_BluetoothGattCallback_onConnectionStateChange_connected_failure() 507 BluetoothGatt.GATT_FAILURE, BluetoothGatt.STATE_DISCONNECTED); in test_BluetoothGattCallback_onConnectionStateChange_disconnected_failure() 511 BluetoothGatt.GATT_FAILURE); in test_BluetoothGattCallback_onConnectionStateChange_disconnected_failure()
|
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/util/ |
D | BluetoothGattUtils.java | 38 case BluetoothGatt.GATT_FAILURE: in getMessageForStatusCode()
|
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_gatt_constants.py | 308 GATT_FAILURE = 0x101 variable in BluetoothGatt
|
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/common/bluetooth/util/ |
D | BluetoothOperationExecutorTest.java | 201 .notifyCompletion(mMockVoidOperation, BluetoothGatt.GATT_FAILURE); in testNotifyCompletionFailure()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 406 status = BluetoothGatt.GATT_FAILURE; in onAuthorizedGattOperation() 434 device, op.mRequestId, BluetoothGatt.GATT_FAILURE, op.mOffset, null); in onAuthorizedGattOperation() 445 status = BluetoothGatt.GATT_FAILURE; in onAuthorizedGattOperation()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGatt.java | 131 public static final int GATT_FAILURE = 0x101; field in BluetoothGatt 205 GATT_FAILURE,
|
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/gatt/ |
D | BluetoothGattHelper.java | 414 status = BluetoothGatt.GATT_FAILURE; in onConnectionStateChange()
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 608 field public static final int GATT_FAILURE = 257; // 0x101
|