Skip to content

The device's advertisement data is incomplete. #56

@BinGarfield

Description

@BinGarfield

Operating system: Windows 10, 11
Node: v22.14.0

I found that advertisement data was missing from the Bluetooth device data I searched.
Image
However, I found using a Bluetooth assistant tool that the advertisement data actually exists.

Image

Is there any way to solve this? Or is it that it doesn't support retrieving advertisement data?

Additionally, I encountered an error when using this method: Device is unreachable while discovering services.
const { characteristics } = await device.discoverSomeServicesAndCharacteristicsAsync( SERVICE_UUID, [BLE_CHARACTERISTIC.NOTIFY, BLE_CHARACTERISTIC.WRITE] );

I look forward to your reply, thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions