Open leonardocavagnis opened 1 day ago
In this case the device reports that it is not connectable .. at least noble thinks this
Why it is that way would be a question to check with the "device" ... so do you maybe need anything to configure on the Arduino device with BLE to report as conectable?
@leonardocavagnis After a short check with @stoprocent it really seems that our device needs to adjust the way it advertises:
Bluetooth Low Energy (BLE) advertising, the "Flags" field within the Advertising Data (AD) packet provides information about the connectability of the device. Specifically:
This is the primary indicator for connectability in BLE advertising packets.
I'm testing the
matter-controller
example, and I'm encountering an issue during the Bluetooth commissioning phase.My setup:
To reproduce:
Output (truncated):
I have noticed the following message:
2024-10-31 18:36:25.427 INFO NobleBleClient Peripheral is not connectable ... ignoring
Operating System: macOS Sonoma 14.6.1 (MacBook Pro 2023 - Apple M2 Pro)