Searched refs:addIncludedService (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | ServiceDeclaration.java | 89 void addIncludedService(UUID uuid, int serviceType, int instance) { in addIncludedService() method in ServiceDeclaration
|
D | GattService.java | 498 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()
|