Question
RSSI value of a node without mesh network
hello,
I want to know if it is possible to get the RSSI value of a node with this function in BLUENRG-1 without the mesh network.
tBleStatus hci_read_rssi (uint16_t Connection_Handle, uint8_t *RSSI);
Can I use this if yes how? Because I am getting only the value 128 or 18 from this function.
Thank you
