Hi folks,
I'm tryint to use bluetooth interface on my ev board (iMX8 with yocto) whit a sample program.
The firs instruction of this applicatio is :
hci_get_route
but it returns a errno code "no such device" so I try to run\activate the BT interface via :
systemctl enable bluetooth.service
systemctl start bluetooth.service
and check the state with
systemctl status bluetooth.service
and the response is "running" but the problem on hci_get_route call persist.
I've tryed also via shell with
hcitool dev
to discover the bluetooth interface but the response is empty.
Any suggestion?