This mode allow to completely bypass the BlueZ layer and gain a direct access to the device.
It's very useful for my use case, which consists in emulating a peripheral: I need to change the default behavior of BlueZ ( auto reconnections, auto service discovery after connection, etc... )
Hi @sandeepmistry ,
Here is a pull request which allows creating a HCI_CHANNEL_USER socket.
Refs :
This mode allow to completely bypass the BlueZ layer and gain a direct access to the device. It's very useful for my use case, which consists in emulating a peripheral: I need to change the default behavior of BlueZ ( auto reconnections, auto service discovery after connection, etc... )