Home
last modified time | relevance | path

Searched defs:addCharacteristic (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattService.java224 public boolean addCharacteristic(BluetoothGattCharacteristic characteristic) { in addCharacteristic() method in BluetoothGattService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DHandleMap.java114 void addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) { in addCharacteristic() method in HandleMap