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 | 350 public void readCharacteristic(int clientIf, String address, int srvcType, in readCharacteristic() 361 public void writeCharacteristic(int clientIf, String address, int srvcType, in writeCharacteristic() 373 public void readDescriptor(int clientIf, String address, int srvcType, in readDescriptor() 387 public void writeDescriptor(int clientIf, String address, int srvcType, in writeDescriptor() 413 public void registerForNotification(int clientIf, String address, int srvcType, in registerForNotification() 467 public void beginServiceDeclaration(int serverIf, int srvcType, in beginServiceDeclaration() 476 public void addIncludedService(int serverIf, int srvcType, in addIncludedService() 505 public void removeService(int serverIf, int srvcType, in removeService() 526 public void sendNotification(int serverIf, String address, int srvcType, in sendNotification() 683 void onSearchResult(int connId, int srvcType, in onSearchResult() [all …]
|