Searched defs:srvcUuidLsb (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DSearchQueue.java33 public long srvcUuidLsb; field in class:SearchQueue.Entry
43 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb) {
48 entry.srvcUuidLsb = srvcUuidLsb;
55 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
62 entry.srvcUuidLsb = srvcUuidLsb;
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.java585 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb)
587 UUID uuid = new UUID(srvcUuidMsb, srvcUuidLsb);
592 mSearchQueue.add(connId, srvcType, srvcInstId, srvcUuidLsb, srvcUuidMsb);
602 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
606 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb);
615 srvcInstId, srvcUuidLsb, srvcUuidMsb,
627 srvcInstId, srvcUuidLsb, srvcUuidMsb,
632 srvcType, srvcInstId, srvcUuidLsb, srvcUuidMsb,
638 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
642 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb);
584 onSearchResult(int connId, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb) argument
601 onGetCharacteristic(int connId, int status, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb, int charInstId, long charUuidLsb, long charUuidMsb, int charProp) argument
637 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
670 onGetIncludedService(int connId, int status, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb, int inclSrvcType, int inclSrvcInstId, long inclSrvcUuidLsb, long inclSrvcUuidMsb) argument
700 onRegisterForNotifications(int connId, int status, int registered, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb, int charInstId, long charUuidLsb, long charUuidMsb) argument
712 onNotify(int connId, String address, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb, int charInstId, long charUuidLsb, long charUuidMsb, boolean isNotify, byte[] data) argument
731 onReadCharacteristic(int connId, int status, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb, int charInstId, long charUuidLsb, long charUuidMsb, int charType, byte[] data) argument
751 onWriteCharacteristic(int connId, int status, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb, int charInstId, long charUuidLsb, long charUuidMsb) argument
782 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
805 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
1162 onServiceAdded(int status, int serverIf, int srvcType, int srvcInstId, long srvcUuidLsb, long srvcUuidMsb, int srvcHandle) argument
[all...]

Completed in 42 milliseconds