Home
last modified time | relevance | path

Searched refs:addIncludedService (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DServiceDeclaration.java89 void addIncludedService(UUID uuid, int serviceType, int instance) { in addIncludedService() method in ServiceDeclaration
DGattService.java498 public void addIncludedService(int serverIf, int srvcType, in addIncludedService() method in GattService.BluetoothGattBinder
502 service.addIncludedService(serverIf, srvcType, srvcInstanceId, in addIncludedService()
779 currSrvc.addIncludedService(new BluetoothGattService(el.uuid, el.id, el.type)); in onGetGattDb()
1933 void addIncludedService(int serverIf, int srvcType, int srvcInstanceId, in addIncludedService() method in GattService
1938 getActiveDeclaration().addIncludedService(srvcUuid, srvcType, srvcInstanceId); in addIncludedService()