| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/ | 
| D | TbsGattTest.java | 154         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/ | 
| D | MediaControlGattServiceTest.java | 120             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/ | 
| 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/android/pandora/server/src/com/android/pandora/ | 
| D | Gatt.kt | 94       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/ | 
| 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 | 147     /*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()
  | 
| D | BluetoothGatt.java | 1303     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()
  | 
| D | BluetoothGattServerCallback.java | 58             int offset, BluetoothGattCharacteristic characteristic) {  in onCharacteristicReadRequest() 76             BluetoothGattCharacteristic characteristic,  in onCharacteristicWriteRequest()
  | 
| D | BluetoothGattServer.java | 781             BluetoothGattCharacteristic characteristic, boolean confirm) {  in notifyCharacteristicChanged() 819             @NonNull BluetoothGattCharacteristic characteristic, boolean confirm,  in notifyCharacteristicChanged()
  | 
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ | 
| D | MediaControlGattService.java | 209                 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/ | 
| D | BluetoothGattServerProxy.java | 96             BluetoothGattCharacteristic characteristic, boolean confirm, byte[] value) {  in notifyCharacteristicChanged() 106             BluetoothGattCharacteristic characteristic, boolean confirm) {  in notifyCharacteristicChanged()
  | 
| D | TbsGatt.java | 220                 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/ | 
| 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 | 850             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/ | 
| D | BluetoothGattUtils.java | 74     public static String toString(@Nullable BluetoothGattCharacteristic characteristic) {  in toString()
  | 
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/ | 
| D | LeAudioTmapGattServerTest.java | 85         BluetoothGattCharacteristic characteristic =  in testStartStopService()  local
  | 
| /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()
  | 
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ | 
| D | BassClientStateMachineTest.java | 586         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/ | 
| D | GattTransportClientProviderTest.java | 149         CharacteristicMatcher(BluetoothGattCharacteristic characteristic) {  in CharacteristicMatcher() 154         public boolean matches(BluetoothGattCharacteristic characteristic) {  in matches()
  |