Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java489 public void beginServiceDeclaration(int serverIf, int srvcType, in beginServiceDeclaration() argument
494 service.beginServiceDeclaration(serverIf, srvcType, srvcInstanceId, in beginServiceDeclaration()
498 public void addIncludedService(int serverIf, int srvcType, in addIncludedService() argument
502 service.addIncludedService(serverIf, srvcType, srvcInstanceId, in addIncludedService()
527 public void removeService(int serverIf, int srvcType, in removeService() argument
531 service.removeService(serverIf, srvcType, srvcInstanceId, in removeService()
548 public void sendNotification(int serverIf, String address, int srvcType, in sendNotification() argument
554 service.sendNotification(serverIf, address, srvcType, srvcInstanceId, in sendNotification()
1644 void onServiceAdded(int status, int serverIf, int srvcType, int srvcInstId, in onServiceAdded() argument
1651 mHandleMap.addService(serverIf, srvcHandle, uuid, srvcType, srvcInstId, in onServiceAdded()
[all …]