forked from noble/noble
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Operating system: Windows 10, 11
Node: v22.14.0
I found that advertisement data was missing from the Bluetooth device data I searched.

However, I found using a Bluetooth assistant tool that the advertisement data actually exists.
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
Labels
No labels