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.
Hi Hari,
I have given the firmware logs of our Power on initialization , Pairing , Phone Connection request after device restart , Auto connection request from the device.
Yes we are storing the link key and reusing it for the connection.
/*Init Firmware Logs on Power On*/
Port Number: 1
HFRE_Open_HandsFree_Server_Port: Function Successful.
HFRE_Register_HandsFree_SDP_Record: Function Successful.
**** Server_Port Opened (RFCOMM for AG) and Register the SDP Record Completed ********
GAP_Register_Remote_Authentication() Success.
/*Pairing Firmware Logs*/
**** Pairing Started ********
Remote Device IOCapabilities: Display Yes/No, MITM
Request for local device IOCapability from Remote(0x94652D76EBB8)
GAP_Authentication_Response() Success.
atUserConfirmationRequest: 0x94652D76EBB8
Auto Accepting: 872098
GAP_Authentication_Response() Success.
Un-handled GAP Authentication Event. 11
atLinkKeyCreation: 0x94652D76EBB8
Link Key: 0xDE31ABAA76CE719C6BBB35EF693A6244
Link Key Stored locally.
**** Pairing Completed ********
etHFRE_Open_Port_Indication, Port_ID: 0x0001, Board: 0x94652D76EBB8.
Number of active connections: 1
**** AG is connected with HF on RFCOMM port(service level connection establishment started ********
etHFRE_Control_Indicator_Status_Confirmation, Port_ID: 0x0001, CALL, FALSE.
etHFRE_Control_Indicator_Status_Confirmation, Port_ID: 0x0001, CALLSETUP, 0.
etHFRE_Control_Indicator_Status_Confirmation, Port_ID: 0x0001, SERVICE, TRUE.
etHFRE_Control_Indicator_Status_Confirmation, Port_ID: 0x0001, SIGNAL, 5.
etHFRE_Control_Indicator_Status_Confirmation, Port_ID: 0x0001, ROAM, FALSE.
ServerPortIndex : 1,IsConnected : FALSE,IsInActiveSCO : FALSE,IsInActiveAudio : FALSE.
**** Remote device(AG)'s current indicator status received ********
etHFRE_Control_Indicator_Status_Confirmation, Port_ID: 0x0001, BATTCHG, 5.
etHFRE_Open_Service_Level_Connection_Indication, Port_ID: 0x0001
RemoteSupportedFeaturesValid : TRUE
RemoteSupportedFeatures : 0x00000367
RemoteCallHoldMultipartySupport : 0x00000000
HFRE Enable Call Line Identification
HFRE Enable Remote Call Waiting Notification
StatusResult 0
ServerPortIndex : 1,IsConnected : TRUE,IsInActiveSCO : FALSE,IsInActiveAudio : FALSE.
**** Service level connection has been opened with remote device(AG) ********
/*The logs After Restart If we initiate the connection from the phone*/
atLinkKeyRequest: 0x94652D76EBB8
GAP_Authentication_Response() Success.
etHFRE_Open_Port_Indication, Port_ID: 0x0001, Board: 0x94652D76EBB8.
Number of active connections: 1
**** AG is connected with HF on RFCOMM port(service level connection establishment started ********
etHFRE_Control_Indicator_Status_Confirmation, Port_ID: 0x0001, CALL, FALSE.
etHFRE_Control_Indicator_Status_Confirmation, Port_ID: 0x0001, CALLSETUP, 0.
etHFRE_Control_Indicator_Status_Confirmation, Port_ID: 0x0001, SERVICE, TRUE.
etHFRE_Control_Indicator_Status_Confirmation, Port_ID: 0x0001, SIGNAL, 5.
etHFRE_Control_Indicator_Status_Confirmation, Port_ID: 0x0001, ROAM, FALSE.
ServerPortIndex : 1,IsConnected : FALSE,IsInActiveSCO : FALSE,IsInActiveAudio : FALSE.
**** Remote device(AG)'s current indicator status received ********
etHFRE_Control_Indicator_Status_Confirmation, Port_ID: 0x0001, BATTCHG, 5.
etHFRE_Open_Service_Level_Connection_Indication, Port_ID: 0x0001
RemoteSupportedFeaturesValid : TRUE
RemoteSupportedFeatures : 0x00000367
RemoteCallHoldMultipartySupport : 0x00000000
HFRE Enable Call Line Identification
HFRE Enable Remote Call Waiting Notification
StatusResult 0
ServerPortIndex : 1,IsConnected : TRUE,IsInActiveSCO : FALSE,IsInActiveAudio : FALSE.
**** Service level connection has been opened with remote device(AG) ********
/*Auto connect request firmware logs*/
HFRE_Open_Remote_Audio_Gateway_Port Result =2
atLinkKeyRequest: 0x94652D76EBB8
GAP_Authentication_Response() Success.
atAuthenticationStatus: 0 Board: 0x94652D76EBB8
Unknown/Unhandled GAP Event: 1.
HFRE Open Port Confirmation Event:
HFRE Port ID :2 ,PORT Open Status:0
etHFRE_Close_Port_Indication, Port_ID: 0x %, Status: 0x0002.
Regards
Rutvik Fadia