Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manufacturer Data #40

Open
akupferschmid opened this issue Sep 15, 2023 · 0 comments
Open

Manufacturer Data #40

akupferschmid opened this issue Sep 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@akupferschmid
Copy link

Hi,

I need to read the advertising data from a beacon (sensor device), so no connection is allowed.
With this library I can read out from the advertising data the name, RSSI and MAC, but not the "manufacturer data" in which the beacon sends its user data.

`ble.scanAsync(
duration = 2000,
onDiscover = { device ->
Log.d("Device", "Name: ${device.name}, RSSI: ${device.rsii}, MAC: ${device.macAddress}, advertisingId: ${device.advertisingId}")
})

//There is no advertisingData:
//device.advertisingData`

  • Is it not possible to read the "manufacturer data" from a beacon with this library?

An example how manufacturer data look like:
image

@LeandroSQ LeandroSQ added the enhancement New feature or request label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants