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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java739 int descrInstId, long descrUuidLsb, long descrUuidMsb) throws RemoteException {
743 UUID descUuid = new UUID(descrUuidMsb, descrUuidLsb);
762 descrInstId, descrUuidLsb, descrUuidMsb);
899 int descrInstId, long descrUuidLsb, long descrUuidMsb,
904 UUID descrUuid = new UUID(descrUuidMsb, descrUuidLsb);
922 int descrInstId, long descrUuidLsb, long descrUuidMsb) throws RemoteException {
926 UUID descrUuid = new UUID(descrUuidMsb, descrUuidLsb);
1652 long descrUuidLsb, long descrUuidMsb,
1655 UUID uuid = new UUID(descrUuidMsb, descrUuidLsb);
736 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
896 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
919 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
1651 onDescriptorAdded(int status, int serverIf, long descrUuidLsb, long descrUuidMsb, int srvcHandle, int descrHandle) argument

Completed in 41 milliseconds