Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java150 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/
DMediaControlGattServiceTest.java121 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/
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/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.java146 /*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()
DBluetoothGatt.java1226 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()
DBluetoothGattServerCallback.java58 int offset, BluetoothGattCharacteristic characteristic) { in onCharacteristicReadRequest()
76 BluetoothGattCharacteristic characteristic, in onCharacteristicWriteRequest()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java161 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/
DGatt.kt92 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/
Dbluetooth_gatt_characteristic.h35 BluetoothGattCharacteristic( in BluetoothGattCharacteristic()
Dbluetooth_gatt_descriptor.h35 BluetoothGattDescriptor( in BluetoothGattDescriptor()
/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.java765 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/
DBluetoothGattUtils.java74 public static String toString(@Nullable BluetoothGattCharacteristic characteristic) { in toString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java351 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
DBluetoothGattServerProxy.java88 BluetoothGattCharacteristic characteristic, boolean confirm) { in notifyCharacteristicChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioTmapGattServerTest.java85 BluetoothGattCharacteristic characteristic = in testStartStopService() local
/packages/modules/Bluetooth/system/service/test/
DParcelableTest.aidl27 void OnCharacteristic(in BluetoothGattCharacteristic characteristic); in OnCharacteristic()
/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()

12