Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java19 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/
DBluetoothGattServerConnection.java197 BluetoothGattUtils.toString(descriptor)), BluetoothGatt.GATT_FAILURE); in readDescriptor()
224 BluetoothGattUtils.toString(descriptor)), BluetoothGatt.GATT_FAILURE); in writeDescriptor()
385 BluetoothGatt.GATT_FAILURE); in assembleByteChunksAndHandle()
DBluetoothGattUtils.java43 case BluetoothGatt.GATT_FAILURE: in getMessageForStatusCode()
DBluetoothGattServerHelper.java169 BluetoothGatt.GATT_FAILURE); in getConnectionByDevice()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java443 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/
DBluetoothGattHelperTest.java432 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/
DBluetoothGattUtils.java38 case BluetoothGatt.GATT_FAILURE: in getMessageForStatusCode()
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py308 GATT_FAILURE = 0x101 variable in BluetoothGatt
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/common/bluetooth/util/
DBluetoothOperationExecutorTest.java201 .notifyCompletion(mMockVoidOperation, BluetoothGatt.GATT_FAILURE); in testNotifyCompletionFailure()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java406 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/
DBluetoothGatt.java131 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/
DBluetoothGattHelper.java414 status = BluetoothGatt.GATT_FAILURE; in onConnectionStateChange()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt608 field public static final int GATT_FAILURE = 257; // 0x101