Searched refs:uuidValue (Results 1 – 2 of 2) sorted by relevance
253 int uuidValue = BluetoothUuid.getServiceIdentifierFromParcelUuid( in concate() local256 concated[0] = (byte) (uuidValue & 0xFF); in concate()257 concated[1] = (byte) ((uuidValue >> 8) & 0xFF); in concate()
377 int uuidValue = BluetoothUuid.getServiceIdentifierFromParcelUuid( in getServiceData() local380 concated[0] = (byte) (uuidValue & 0xFF); in getServiceData()381 concated[1] = (byte) ((uuidValue >> 8) & 0xFF); in getServiceData()