Hi,
I am using MSP430BT5190 with PAN1325 module, MindTree "Ethermind" Bluetooth stack available on the TI WEB. Using Stack Version “SDK_SW_VERSION” – 5.16 as reference.
With reference to "MSP430BT5190_CC2560_Developers_Guide.pdf", page 194 : "Performing an Inquiry with RSSI data in the inquiry result", I modified code to get Extended Inquiry Result. I used "BT_hci_write_inquiry_mode(0x02)" function call in sdk_handle_init_sequence() defined in sdk_common.c file.
Also I added "case HCI_EXTENDED_INQUIRY_RESULT_EVENT:" in "sdk_hci_event_indication_callback()". But I am not getting this event.
Actually I want to send Service Class UUID in Extended Inquiry Response. But do not know how to do this.
Will you please guide me to overcome this issue?
Thanks & Regards,
PRC