Searched refs:uuidValue (Results 1 – 2 of 2) sorted by relevance
254 int uuidValue = BluetoothUuid.getServiceIdentifierFromParcelUuid( in concate() local257 concated[0] = (byte) (uuidValue & 0xFF); in concate()258 concated[1] = (byte) ((uuidValue >> 8) & 0xFF); in concate()
427 int uuidValue = BluetoothUuid.getServiceIdentifierFromParcelUuid( in getServiceData() local430 concated[0] = (byte) (uuidValue & 0xFF); in getServiceData()431 concated[1] = (byte) ((uuidValue >> 8) & 0xFF); in getServiceData()