Home
last modified time | relevance | path

Searched defs:addIncludedService (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattService.java302 public void addIncludedService(BluetoothGattService includedService) { in addIncludedService() method in BluetoothGattService
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGatt.java109 void addIncludedService(int serverIf, int srvcType, int srvcInstanceId, ParcelUuid srvcId); in addIncludedService() method
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DIBluetoothGattImpl.java496 public void addIncludedService(int serverIf, int srvcType, int srvcInstId, ParcelUuid srvcId) { in addIncludedService() method in IBluetoothGattImpl