Home
last modified time | relevance | path

Searched defs:characteristic (Results 1 – 25 of 45) sorted by relevance

12

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java154 BluetoothGattCharacteristic characteristic = service.getCharacteristic(uuid); in getCharacteristic() local
161 BluetoothGattCharacteristic characteristic, boolean enable) { in configureNotifications()
174 private void verifySetValue(BluetoothGattCharacteristic characteristic, Object value, in verifySetValue()
306 BluetoothGattCharacteristic characteristic = in testSetBearerProviderName() local
321 BluetoothGattCharacteristic characteristic = in testSetBearerTechnology() local
336 BluetoothGattCharacteristic characteristic = in testSetUriSchemes() local
353 BluetoothGattCharacteristic characteristic = in testSetCurrentCallList() local
408 BluetoothGattCharacteristic characteristic = getCharacteristic(TbsGatt.UUID_STATUS_FLAGS); in testSetStatusFlags() local
429 BluetoothGattCharacteristic characteristic = getCharacteristic(TbsGatt.UUID_CALL_STATE); in testSetCallState() local
466 BluetoothGattCharacteristic characteristic = in testSetCallControlPointResult() local
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java120 BluetoothGattCharacteristic characteristic, byte[] value) { in prepareConnectedDevicesCccVal()
193 BluetoothGattCharacteristic characteristic = in testGattServerFullInitialState() local
434 BluetoothGattCharacteristic characteristic = in testUpdatePlayerState() local
501 BluetoothGattCharacteristic characteristic, long value, int id) { in verifyWriteObjIdsValid()
523 BluetoothGattCharacteristic characteristic = in testWriteCallbacksValid() local
586 BluetoothGattCharacteristic characteristic, int id, byte diffByte) { in verifyWriteObjIdsInvalid()
604 BluetoothGattCharacteristic characteristic = in testWriteCallbacksInvalid() local
695 BluetoothGattCharacteristic characteristic = in testNotify() local
815 BluetoothGattCharacteristic characteristic = in verifyMediaControlPointRequest() local
865 BluetoothGattCharacteristic characteristic = service.getCharacteristic( in verifyMediaControlPointRequests() local
[all …]
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattCallback.java46 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
DBluetoothGattWrapper.java82 public boolean readCharacteristic(BluetoothGattCharacteristic characteristic) { in readCharacteristic()
90 public int writeCharacteristic(BluetoothGattCharacteristic characteristic, byte[] value, in writeCharacteristic()
125 BluetoothGattCharacteristic characteristic, boolean enable) { in setCharacteristicNotification()
DBluetoothGattServerCallback.java36 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/
DBluetoothGattServerConnection.java149 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()
DBluetoothGattUtils.java69 public static BluetoothGattCharacteristic clone(BluetoothGattCharacteristic characteristic) in clone()
111 public static String toString(@Nullable BluetoothGattCharacteristic characteristic) { in toString()
DBluetoothGattServerHelper.java176 BluetoothGattCharacteristic characteristic, in sendNotification()
301 BluetoothGattCharacteristic characteristic) { in onCharacteristicReadRequest()
328 BluetoothGattCharacteristic characteristic, in onCharacteristicWriteRequest()
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/
DGatt.kt94 var characteristic: BluetoothGattCharacteristic? = in writeAttFromHandle() variable
189 val characteristic: BluetoothGattCharacteristic? = in readCharacteristicFromHandle() constant
247 val characteristic = BluetoothGattCharacteristic( in registerService() constant
292 var characteristic = descriptor.getCharacteristic() in setCharacteristicNotificationFromHandle() variable
323 var characteristic = descriptor.getCharacteristic() in waitCharacteristicNotification() variable
341 for (characteristic: BluetoothGattCharacteristic in service.characteristics) { in getCharacteristicWithHandle() method
360 for (characteristic: BluetoothGattCharacteristic in service.characteristics) { in getDescriptorWithHandle() method
395 for (characteristic in characteristicsList) { in generateCharacteristicsList() constant
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCallback.java92 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()
DBluetoothGattDescriptor.java147 /*package*/ BluetoothGattDescriptor(BluetoothGattCharacteristic characteristic, UUID uuid, in BluetoothGattDescriptor()
159 private void initDescriptor(BluetoothGattCharacteristic characteristic, UUID uuid, in initDescriptor()
210 /*package*/ void setCharacteristic(BluetoothGattCharacteristic characteristic) { in setCharacteristic()
DBluetoothGatt.java1303 public boolean readCharacteristic(BluetoothGattCharacteristic characteristic) { in readCharacteristic()
1397 public boolean writeCharacteristic(BluetoothGattCharacteristic characteristic) { in writeCharacteristic()
1433 public int writeCharacteristic(@NonNull BluetoothGattCharacteristic characteristic, in writeCharacteristic()
1601 BluetoothGattCharacteristic characteristic = descriptor.getCharacteristic(); in writeDescriptor() local
1767 public boolean setCharacteristicNotification(BluetoothGattCharacteristic characteristic, in setCharacteristicNotification()
DBluetoothGattServerCallback.java58 int offset, BluetoothGattCharacteristic characteristic) { in onCharacteristicReadRequest()
76 BluetoothGattCharacteristic characteristic, in onCharacteristicWriteRequest()
DBluetoothGattServer.java781 BluetoothGattCharacteristic characteristic, boolean confirm) { in notifyCharacteristicChanged()
819 @NonNull BluetoothGattCharacteristic characteristic, boolean confirm, in notifyCharacteristicChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java209 BluetoothGattCharacteristic characteristic, BluetoothGattDescriptor descriptor, in GattOpContext()
222 BluetoothGattCharacteristic characteristic, BluetoothGattDescriptor descriptor) { in GattOpContext()
864 BluetoothGattCharacteristic characteristic, boolean confirm) { in notifyCharacteristicChanged()
1246 BluetoothGattCharacteristic characteristic = in setMediaControlRequestResult() local
1260 BluetoothGattCharacteristic characteristic = in setSearchRequestResult() local
1467 private void notifyCharacteristic(@NonNull BluetoothGattCharacteristic characteristic, in notifyCharacteristic()
1517 BluetoothGattCharacteristic characteristic = in getSeekingSpeedChar() local
1536 BluetoothGattCharacteristic characteristic = in updateSeekingSpeedChar() local
1573 BluetoothGattCharacteristic characteristic = in updatePlaybackSpeedChar() local
1594 BluetoothGattCharacteristic characteristic = in updateTrackPositionChar() local
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DBluetoothGattServerProxy.java96 BluetoothGattCharacteristic characteristic, boolean confirm, byte[] value) { in notifyCharacteristicChanged()
106 BluetoothGattCharacteristic characteristic, boolean confirm) { in notifyCharacteristicChanged()
DTbsGatt.java220 BluetoothGattCharacteristic characteristic, BluetoothGattDescriptor descriptor, in GattOpContext()
233 BluetoothGattCharacteristic characteristic, BluetoothGattDescriptor descriptor) { in GattOpContext()
472 BluetoothGattCharacteristic characteristic, byte[] value) { in notifyCharacteristicChanged()
480 BluetoothGattCharacteristic characteristic) { in notifyCharacteristicChanged()
487 BluetoothGattCharacteristic characteristic, byte[] value) { in notifyWithValue()
493 public void notify(BluetoothDevice device, BluetoothGattCharacteristic characteristic) { in notify()
499 public void notifyAll(BluetoothGattCharacteristic characteristic) { in notifyAll()
642 GattCharacteristic characteristic = (GattCharacteristic) getCharacteristic(); in getValue() local
653 GattCharacteristic characteristic = (GattCharacteristic) getCharacteristic(); in setValue() local
947 BluetoothGattCharacteristic characteristic = in restoreCccValuesForStoredDevices() local
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java220 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
DGattServer.java87 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/
DBassClientStateMachine.java850 byte[] receiverState, BluetoothGattCharacteristic characteristic) { in processBroadcastReceiverState()
975 BluetoothGattCharacteristic characteristic, in onCharacteristicRead()
987 processBroadcastReceiverState(characteristic.getValue(), characteristic); in onCharacteristicRead() local
1036 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic) { in onCharacteristicChanged()
1049 processBroadcastReceiverState(characteristic.getValue(), characteristic); in onCharacteristicChanged() local
1056 BluetoothGattCharacteristic characteristic, in onCharacteristicWrite()
1569 BluetoothGattCharacteristic characteristic = in processMessage() local
2046 public boolean readCharacteristic(BluetoothGattCharacteristic characteristic) { in readCharacteristic()
2054 public boolean writeCharacteristic(BluetoothGattCharacteristic characteristic) { in writeCharacteristic()
2078 BluetoothGattCharacteristic characteristic, boolean enable) { in setCharacteristicNotification()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/util/
DBluetoothGattUtils.java74 public static String toString(@Nullable BluetoothGattCharacteristic characteristic) { in toString()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioTmapGattServerTest.java85 BluetoothGattCharacteristic characteristic = in testStartStopService() local
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/gatt/
DBluetoothGattHelper.java472 BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicRead()
480 BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite()
516 BluetoothGattCharacteristic characteristic) { in onCharacteristicChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java586 BluetoothGattCharacteristic characteristic = in gattCallbackOnCharacteristicRead() local
717 BluetoothGattCharacteristic characteristic = in gattCallbackOnCharacteristicChanged() local
742 BluetoothGattCharacteristic characteristic =Mockito.mock(BluetoothGattCharacteristic.class); in gattCharacteristicWrite() local
1130 BluetoothGattCharacteristic characteristic = in sendUpdateBcastSourceMessage_inConnectedState() local
1214 BluetoothGattCharacteristic characteristic = in sendSetBcastCodeMessage_inConnectedState() local
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/
DGattTransportClientProviderTest.java149 CharacteristicMatcher(BluetoothGattCharacteristic characteristic) { in CharacteristicMatcher()
154 public boolean matches(BluetoothGattCharacteristic characteristic) { in matches()

12