Searched defs:srvcType (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | SearchQueue.java | 31 public int srvcType; field in SearchQueue.Entry 42 void add(int connId, int srvcType, in add() 54 void add(int connId, int srvcType, in add()
|
D | CallbackInfo.java | 30 int srvcType; field in CallbackInfo 36 CallbackInfo(String address, int status, int srvcType, int srvcInstId, in CallbackInfo()
|
D | GattService.java | 356 public void readCharacteristic(int clientIf, String address, int srvcType, in readCharacteristic() 367 public void writeCharacteristic(int clientIf, String address, int srvcType, in writeCharacteristic() 379 public void readDescriptor(int clientIf, String address, int srvcType, in readDescriptor() 393 public void writeDescriptor(int clientIf, String address, int srvcType, in writeDescriptor() 419 public void registerForNotification(int clientIf, String address, int srvcType, in registerForNotification() 473 public void beginServiceDeclaration(int serverIf, int srvcType, in beginServiceDeclaration() 482 public void addIncludedService(int serverIf, int srvcType, in addIncludedService() 511 public void removeService(int serverIf, int srvcType, in removeService() 532 public void sendNotification(int serverIf, String address, int srvcType, in sendNotification() 714 void onSearchResult(int connId, int srvcType, in onSearchResult() [all …]
|