This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

StoneStreetOne checking Extended Inquiry Response

Other Parts Discussed in Thread: MSP430F5438A

Hello All,


I am developing Bluetooth Application using MSP430F5438A and PAN1325.

I am setting my Extended Inquiry response by following code-

if(HCI_Write_Extended_Inquiry_Response(BluetoothStackID,0x01,&data,&res) != 0)
      {
          Display(("\r\nWriting Extended Inquiry Response Failed!!\r\n"));
      }

I always get result as successful but how can I check my device is sending correct Extended Inquiry response?
 Can anyone suggest any tool for that?

Thanks in Advance,

Sharadanand Karanjkar