/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/ |
D | TbsGattTest.java | 150 BluetoothGattCharacteristic characteristic = service.getCharacteristic(uuid); in getCharacteristic() local 157 BluetoothGattCharacteristic characteristic, boolean enable) { in configureNotifications() 170 private void verifySetValue(BluetoothGattCharacteristic characteristic, Object value, in verifySetValue() 304 BluetoothGattCharacteristic characteristic = in testSetBearerProviderName() local 319 BluetoothGattCharacteristic characteristic = in testSetBearerTechnology() local 334 BluetoothGattCharacteristic characteristic = in testSetUriSchemes() local 349 BluetoothGattCharacteristic characteristic = in testSetCurrentCallList() local 402 BluetoothGattCharacteristic characteristic = getCharacteristic(TbsGatt.UUID_STATUS_FLAGS); in testSetStatusFlags() local 421 BluetoothGattCharacteristic characteristic = getCharacteristic(TbsGatt.UUID_CALL_STATE); in testSetCallState() local 456 BluetoothGattCharacteristic characteristic = in testSetCallControlPointResult() local [all …]
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/ |
D | MediaControlGattServiceTest.java | 121 BluetoothGattCharacteristic characteristic, byte[] value) { in prepareConnectedDevicesCccVal() 194 BluetoothGattCharacteristic characteristic = in testGattServerFullInitialState() local 435 BluetoothGattCharacteristic characteristic = in testUpdatePlayerState() local 502 BluetoothGattCharacteristic characteristic, long value, int id) { in verifyWriteObjIdsValid() 524 BluetoothGattCharacteristic characteristic = in testWriteCallbacksValid() local 587 BluetoothGattCharacteristic characteristic, int id, byte diffByte) { in verifyWriteObjIdsInvalid() 605 BluetoothGattCharacteristic characteristic = in testWriteCallbacksInvalid() local 696 BluetoothGattCharacteristic characteristic = in testNotify() local 816 BluetoothGattCharacteristic characteristic = in verifyMediaControlPointRequest() local 866 BluetoothGattCharacteristic characteristic = service.getCharacteristic( in verifyMediaControlPointRequests() local [all …]
|
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/ |
D | BluetoothGattCallback.java | 46 public void onCharacteristicRead(BluetoothGattWrapper gatt, BluetoothGattCharacteristic in onCharacteristicRead() 54 BluetoothGattCharacteristic characteristic, int status) {} in onCharacteristicWrite() 95 BluetoothGattCharacteristic characteristic) {} in onCharacteristicChanged() 119 BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicRead() 121 BluetoothGattWrapper.wrap(gatt), characteristic, status); in onCharacteristicRead() local 126 BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite() 128 BluetoothGattWrapper.wrap(gatt), characteristic, status); in onCharacteristicWrite() local 164 BluetoothGattCharacteristic characteristic) { in onCharacteristicChanged() 166 BluetoothGattWrapper.wrap(gatt), characteristic); in onCharacteristicChanged() local
|
D | BluetoothGattWrapper.java | 82 public boolean readCharacteristic(BluetoothGattCharacteristic characteristic) { in readCharacteristic() 90 public int writeCharacteristic(BluetoothGattCharacteristic characteristic, byte[] value, in writeCharacteristic() 125 BluetoothGattCharacteristic characteristic, boolean enable) { in setCharacteristicNotification()
|
D | BluetoothGattServerCallback.java | 36 int offset, BluetoothGattCharacteristic characteristic) {} in onCharacteristicReadRequest() 45 BluetoothGattCharacteristic characteristic, in onCharacteristicWriteRequest() 111 int requestId, int offset, BluetoothGattCharacteristic characteristic) { in onCharacteristicReadRequest() 113 BluetoothDevice.wrap(device), requestId, offset, characteristic); in onCharacteristicReadRequest() local 119 BluetoothGattCharacteristic characteristic, in onCharacteristicWriteRequest() 127 characteristic, in onCharacteristicWriteRequest() local
|
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/ |
D | BluetoothGattServerConnection.java | 149 private BluetoothGattServlet getServlet(BluetoothGattCharacteristic characteristic) in getServlet() 161 public byte[] readCharacteristic(int offset, BluetoothGattCharacteristic characteristic) in readCharacteristic() 166 public void writeCharacteristic(BluetoothGattCharacteristic characteristic, in writeCharacteristic() 193 BluetoothGattCharacteristic characteristic = descriptor.getCharacteristic(); in readDescriptor() local 220 BluetoothGattCharacteristic characteristic = descriptor.getCharacteristic(); in writeDescriptor() local 236 final BluetoothGattCharacteristic characteristic, BluetoothGattServlet servlet, in handleCharacteristicConfigurationChange() 396 private void sendNotification(final BluetoothGattCharacteristic characteristic, in sendNotification()
|
D | BluetoothGattUtils.java | 69 public static BluetoothGattCharacteristic clone(BluetoothGattCharacteristic characteristic) in clone() 111 public static String toString(@Nullable BluetoothGattCharacteristic characteristic) { in toString()
|
D | BluetoothGattServerHelper.java | 176 BluetoothGattCharacteristic characteristic, in sendNotification() 301 BluetoothGattCharacteristic characteristic) { in onCharacteristicReadRequest() 328 BluetoothGattCharacteristic characteristic, in onCharacteristicWriteRequest()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 92 public void onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, in onCharacteristicRead() 107 BluetoothGattCharacteristic characteristic, @NonNull byte[] value, int status) { in onCharacteristicRead() 129 BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite() 144 BluetoothGattCharacteristic characteristic) { in onCharacteristicChanged() 158 @NonNull BluetoothGattCharacteristic characteristic, @NonNull byte[] value) { in onCharacteristicChanged()
|
D | BluetoothGattDescriptor.java | 146 /*package*/ BluetoothGattDescriptor(BluetoothGattCharacteristic characteristic, UUID uuid, in BluetoothGattDescriptor() 158 private void initDescriptor(BluetoothGattCharacteristic characteristic, UUID uuid, in initDescriptor() 210 /*package*/ void setCharacteristic(BluetoothGattCharacteristic characteristic) { in setCharacteristic()
|
D | BluetoothGatt.java | 1226 public boolean readCharacteristic(BluetoothGattCharacteristic characteristic) { in readCharacteristic() 1320 public boolean writeCharacteristic(BluetoothGattCharacteristic characteristic) { in writeCharacteristic() 1356 public int writeCharacteristic(@NonNull BluetoothGattCharacteristic characteristic, in writeCharacteristic() 1524 BluetoothGattCharacteristic characteristic = descriptor.getCharacteristic(); in writeDescriptor() local 1690 public boolean setCharacteristicNotification(BluetoothGattCharacteristic characteristic, in setCharacteristicNotification()
|
D | BluetoothGattServerCallback.java | 58 int offset, BluetoothGattCharacteristic characteristic) { in onCharacteristicReadRequest() 76 BluetoothGattCharacteristic characteristic, in onCharacteristicWriteRequest()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 161 BluetoothGattCharacteristic characteristic, BluetoothGattDescriptor descriptor, in GattOpContext() 174 BluetoothGattCharacteristic characteristic, BluetoothGattDescriptor descriptor) { in GattOpContext() 816 BluetoothGattCharacteristic characteristic, boolean confirm) { in notifyCharacteristicChanged() 1197 BluetoothGattCharacteristic characteristic = in setMediaControlRequestResult() local 1211 BluetoothGattCharacteristic characteristic = in setSearchRequestResult() local 1426 private void notifyCharacteristic(@NonNull BluetoothGattCharacteristic characteristic, in notifyCharacteristic() 1476 BluetoothGattCharacteristic characteristic = in getSeekingSpeedChar() local 1495 BluetoothGattCharacteristic characteristic = in updateSeekingSpeedChar() local 1532 BluetoothGattCharacteristic characteristic = in updatePlaybackSpeedChar() local 1553 BluetoothGattCharacteristic characteristic = in updateTrackPositionChar() local [all …]
|
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/ |
D | Gatt.kt | 92 var characteristic: BluetoothGattCharacteristic? = in writeAttFromHandle() variable 184 val characteristic: BluetoothGattCharacteristic? = in readCharacteristicFromHandle() constant 241 for (characteristic in request.service.characteristicsList) { in registerService() constant 281 for (characteristic: BluetoothGattCharacteristic in service.characteristics) { in getCharacteristicWithHandle() method 300 for (characteristic: BluetoothGattCharacteristic in service.characteristics) { in getDescriptorWithHandle() method 335 for (characteristic in characteristicsList) { in generateCharacteristicsList() constant
|
/packages/modules/Bluetooth/system/service/common/android/bluetooth/ |
D | bluetooth_gatt_characteristic.h | 35 BluetoothGattCharacteristic( in BluetoothGattCharacteristic()
|
D | bluetooth_gatt_descriptor.h | 35 BluetoothGattDescriptor( in BluetoothGattDescriptor()
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | GattClientListener.java | 220 BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicRead() 226 BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite() 236 BluetoothGattCharacteristic characteristic) { in onCharacteristicChanged() 285 BluetoothGattCharacteristic characteristic = service.getCharacteristic(cUuid); in writeCharacteristic() local
|
D | GattServer.java | 87 BluetoothGattCharacteristic characteristic = in GattServer() local 136 BluetoothGattCharacteristic characteristic) { in onCharacteristicReadRequest() 142 BluetoothGattCharacteristic characteristic, boolean preparedWrite, in onCharacteristicWriteRequest()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachine.java | 765 byte[] receiverState, BluetoothGattCharacteristic characteristic) { in processBroadcastReceiverState() 890 BluetoothGattCharacteristic characteristic, in onCharacteristicRead() 902 processBroadcastReceiverState(characteristic.getValue(), characteristic); in onCharacteristicRead() local 951 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic) { in onCharacteristicChanged() 964 processBroadcastReceiverState(characteristic.getValue(), characteristic); in onCharacteristicChanged() local 971 BluetoothGattCharacteristic characteristic, in onCharacteristicWrite() 1486 BluetoothGattCharacteristic characteristic = in processMessage() local 1955 public boolean readCharacteristic(BluetoothGattCharacteristic characteristic) { in readCharacteristic() 1963 public boolean writeCharacteristic(BluetoothGattCharacteristic characteristic) { in writeCharacteristic() 1987 BluetoothGattCharacteristic characteristic, boolean enable) { in setCharacteristicNotification()
|
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/util/ |
D | BluetoothGattUtils.java | 74 public static String toString(@Nullable BluetoothGattCharacteristic characteristic) { in toString()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsGatt.java | 351 BluetoothGattCharacteristic characteristic) { in notifyCharacteristicChanged() 357 public void notify(BluetoothDevice device, BluetoothGattCharacteristic characteristic) { in notify() 363 public void notifyAll(BluetoothGattCharacteristic characteristic) { in notifyAll() 500 GattCharacteristic characteristic = (GattCharacteristic) getCharacteristic(); in getValue() local 510 GattCharacteristic characteristic = (GattCharacteristic) getCharacteristic(); in setValue() local 752 BluetoothGattCharacteristic characteristic = in restoreCccValuesForStoredDevices() local
|
D | BluetoothGattServerProxy.java | 88 BluetoothGattCharacteristic characteristic, boolean confirm) { in notifyCharacteristicChanged()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/ |
D | LeAudioTmapGattServerTest.java | 85 BluetoothGattCharacteristic characteristic = in testStartStopService() local
|
/packages/modules/Bluetooth/system/service/test/ |
D | ParcelableTest.aidl | 27 void OnCharacteristic(in BluetoothGattCharacteristic characteristic); in OnCharacteristic()
|
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/gatt/ |
D | BluetoothGattHelper.java | 472 BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicRead() 480 BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite() 516 BluetoothGattCharacteristic characteristic) { in onCharacteristicChanged()
|