NordicSemiconductor / Android-BLE-Library

A library that makes working with Bluetooth LE on Android a pleasure. Seriously.
BSD 3-Clause "New" or "Revised" License
1.98k stars 413 forks source link

Question: Will this allow me to send HCI Level Commands? #553

Closed meakashrao closed 4 months ago

meakashrao commented 4 months ago

I face a problem with BLE 4.2 and we are exploring the option of updating the channel map from an APP after the connection is established because in our case, an Android App works as Master.

The specific command I am looking for is: HCI_LE_Set_Host_Channel_Classification

If yes, please let me know how and where can I trigger this from.

philips77 commented 4 months ago

Android does not provide any API for sending HCI commands directly. Updating channel map is not possible form the application.