Searched refs:srvcInstanceId (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 490 int srvcInstanceId, int minHandles, in beginServiceDeclaration() argument 494 service.beginServiceDeclaration(serverIf, srvcType, srvcInstanceId, in beginServiceDeclaration() 499 int srvcInstanceId, ParcelUuid srvcId) { in addIncludedService() argument 502 service.addIncludedService(serverIf, srvcType, srvcInstanceId, in addIncludedService() 528 int srvcInstanceId, ParcelUuid srvcId) { in removeService() argument 531 service.removeService(serverIf, srvcType, srvcInstanceId, in removeService() 549 int srvcInstanceId, ParcelUuid srvcId, in sendNotification() argument 554 service.sendNotification(serverIf, address, srvcType, srvcInstanceId, in sendNotification() 1923 void beginServiceDeclaration(int serverIf, int srvcType, int srvcInstanceId, in beginServiceDeclaration() argument 1929 serviceDeclaration.addService(srvcUuid, srvcType, srvcInstanceId, minHandles, in beginServiceDeclaration() [all …]
|