HI
We were working with the stack and have some enquiry
(1) Below is my code for PnPInformation.
The return value of DID_Register_SDP_Record() is zero. Looks like I am missing something here. Do I need to register the service before adding a SDP record. However I cannot find any APIs to register DID service. Please advise.
(2) Extended Inquiry Response
My device is expected to support Extended Inquiry Request. Should I call the function below after the initialization process?
ret_val = GAP_Write_Extended_Inquiry_Information(BluetoothStackID, 0, &Extended_Inquiry_Response_Data);
Thanks in Advance
INg