Is there anyone who knows how I can get bluetooth rssi and link quality values in bluez without any file and data transfered ?
I am using bluez in linux to make some bluetooth program. but I got a question about bluetooth rssi and lq.. although I don't trasmit or receive any file or data, I can get rssi ,lq value in linux using hci_read_rssi,hci_read_lq.. just through pairing and connection between two bluetooth devices
my program is to transmit files at an odroid board based on linux to an android mobile phone and check rssi and lq value at The odroid board
actually It is possible I can get those values.. but I don't know how i can get rssi, lq eventhough Odroid board just sends a file
please let me know if there is anyone who knows about that.