Hi All,
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.
I am using below API on myDevice to send LocalName and service class UUID in EIR packet.
“API_RESULT BT_hci_write_extended_inquiry_response(IN UCHAR fec_required,IN HCI_EIR_DATA * eir_data_field, IN UCHAR total_eir_fields);”
But I found that with this API, I am able to send either LocalName or UUID.
I do not know how to set both?
Can I get some example to set them?
Will you please help me to sort out this issue.
Appreciate your help.
Thanks & Regards,
PRC