Searched defs:srvcType (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 489 public void beginServiceDeclaration(int serverIf, int srvcType, in beginServiceDeclaration() 498 public void addIncludedService(int serverIf, int srvcType, in addIncludedService() 527 public void removeService(int serverIf, int srvcType, in removeService() 548 public void sendNotification(int serverIf, String address, int srvcType, in sendNotification() 1644 void onServiceAdded(int status, int serverIf, int srvcType, int srvcInstId, in onServiceAdded() 1923 void beginServiceDeclaration(int serverIf, int srvcType, int srvcInstanceId, in beginServiceDeclaration() 1933 void addIncludedService(int serverIf, int srvcType, int srvcInstanceId, in addIncludedService() 1970 void removeService(int serverIf, int srvcType, in removeService() 2004 void sendNotification(int serverIf, String address, int srvcType, in sendNotification()
|