Part Number: CC2564C
HI everybody ,
I m trying to use Stack API HCI_Read_RSSI to get RSSI in a BLE conncetion
L’API is like that :
BTPSAPI_DECLARATION int BTPSAPI HCI_Read_RSSI(unsigned int BluetoothStackID, Word_t Connection_Handle, Byte_t *StatusResult, Word_t *Connection_HandleResult, SByte_t *RSSIResult);
it needs a connection Handle , and I m using Connecion ID got during connection with the event etGATT_Connection_Device_Connection
now we get all the times a constant value = 81 no matter distance , between devices etc
please am I wrong ? wat is the proper command to get the RSSI ?
I cannot find any example on web or e2e
thank you
BR
Carlo

