Sean
Sean

Reputation: 1

Differentiating Android BLE Channel

When I make a BLE device talk to an Android device, is there a way for the android device to distinguish what advertising channel the BLE device is on? If doing so is impossible in Android, is it possible with Adafruit BLE devices?

Upvotes: 0

Views: 189

Answers (1)

Emil
Emil

Reputation: 18452

No, it's not. The information is discarded before the advertisement packet is sent by the receiving Bluetooth controller to its host (Android) over hci. Why do you want this info anyway?

It seems you can do it on Adafruit though, since it uses nRF softdevice, which gives you this info.

Upvotes: 1

Related Questions