Searched defs:addCharacteristic (Results 1 – 6 of 6) sorted by relevance
| /packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/ |
| D | BluetoothGattServerConfig.java | 133 public ServiceConfig addCharacteristic(BluetoothGattServlet servlet) { in addCharacteristic() method in BluetoothGattServerConfig.ServiceConfig
|
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ |
| D | BluetoothGattService.java | 245 public boolean addCharacteristic(BluetoothGattCharacteristic characteristic) { in addCharacteristic() method in BluetoothGattService
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
| D | HandleMap.java | 104 void addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) { in addCharacteristic() method in HandleMap
|
| /packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/ |
| D | IBluetoothGatt.java | 112 void addCharacteristic(int serverIf, ParcelUuid charId, int properties, int permissions); in addCharacteristic() method
|
| /packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/ |
| D | IBluetoothGattImpl.java | 501 public void addCharacteristic(int serverIf, ParcelUuid charId, int properties, in addCharacteristic() method in IBluetoothGattImpl
|
| D | GattDelegate.java | 475 Characteristic addCharacteristic(ParcelUuid uuid, int properties, int permissions) { in addCharacteristic() method in GattDelegate.Service
|