Searched refs:srvcInstId (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DCallbackInfo.java31 int srvcInstId; field in class:CallbackInfo
36 CallbackInfo(String address, int status, int srvcType, int srvcInstId, argument
41 this.srvcInstId = srvcInstId;
H A DSearchQueue.java32 public int srvcInstId; field in class:SearchQueue.Entry
43 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb) {
47 entry.srvcInstId = srvcInstId;
55 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
61 entry.srvcInstId = srvcInstId;
42 add(int connId, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb) argument
54 add(int connId, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb, int charInstId, long charUuidLsb, long charUuidMsb) argument
H A DGattService.java714 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb)
721 mSearchQueue.add(connId, srvcType, srvcInstId, srvcUuidLsb, srvcUuidMsb);
725 app.callback.onGetService(address, srvcType, srvcInstId,
731 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
744 srvcInstId, srvcUuidLsb, srvcUuidMsb,
750 srvcInstId, new ParcelUuid(srvcUuid),
756 srvcInstId, srvcUuidLsb, srvcUuidMsb,
761 srvcType, srvcInstId, srvcUuidLsb, srvcUuidMsb,
767 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
783 srvcInstId, ne
713 onSearchResult(int connId, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb) argument
730 onGetCharacteristic(int connId, int status, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb, int charInstId, long charUuidLsb, long charUuidMsb, int charProp) argument
766 onGetDescriptor(int connId, int status, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb, int charInstId, long charUuidLsb, long charUuidMsb, int descrInstId, long descrUuidLsb, long descrUuidMsb) argument
799 onGetIncludedService(int connId, int status, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb, int inclSrvcType, int inclSrvcInstId, long inclSrvcUuidLsb, long inclSrvcUuidMsb) argument
829 onRegisterForNotifications(int connId, int status, int registered, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb, int charInstId, long charUuidLsb, long charUuidMsb) argument
841 onNotify(int connId, String address, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb, int charInstId, long charUuidLsb, long charUuidMsb, boolean isNotify, byte[] data) argument
866 onReadCharacteristic(int connId, int status, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb, int charInstId, long charUuidLsb, long charUuidMsb, int charType, byte[] data) argument
886 onWriteCharacteristic(int connId, int status, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb, int charInstId, long charUuidLsb, long charUuidMsb) argument
926 onReadDescriptor(int connId, int status, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb, int charInstId, long charUuidLsb, long charUuidMsb, int descrInstId, long descrUuidLsb, long descrUuidMsb, int charType, byte[] data) argument
949 onWriteDescriptor(int connId, int status, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb, int charInstId, long charUuidLsb, long charUuidMsb, int descrInstId, long descrUuidLsb, long descrUuidMsb) argument
1710 onServiceAdded(int status, int serverIf, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb, int srvcHandle) argument
[all...]

Completed in 47 milliseconds