Hi Zahid,
Sorry I am reverting back after long time.
Regarding your reply, I do not understand what you mean by "implement own way of sending HCI command" ?
Can you please elaborate?
So far, I have tried using the following.
ASSIGN_HOST_BYTE_TO_LITTLE_ENDIAN_UNALIGNED_BYTE(&connHandle,
(ConnectionHandle));
Length = sizeof(rssi);
ret_val = HCI_Send_Raw_Command(BluetoothStackID, 0x3F, 0x01FC, sizeof(Word_t), (Byte_t *)&connHandle, &Status, &Length, rssi, TRUE);
I am further checking the value of variable "rssi"
but still it gives no response?
Can anyone help me?