Home
last modified time | relevance | path

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/
DBluetoothGattServerConfig.java133 public ServiceConfig addCharacteristic(BluetoothGattServlet servlet) { in addCharacteristic() method in BluetoothGattServerConfig.ServiceConfig
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattService.java245 public boolean addCharacteristic(BluetoothGattCharacteristic characteristic) { in addCharacteristic() method in BluetoothGattService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DHandleMap.java104 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/
DIBluetoothGatt.java112 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/
DIBluetoothGattImpl.java501 public void addCharacteristic(int serverIf, ParcelUuid charId, int properties, in addCharacteristic() method in IBluetoothGattImpl
DGattDelegate.java475 Characteristic addCharacteristic(ParcelUuid uuid, int properties, int permissions) { in addCharacteristic() method in GattDelegate.Service