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.

CC2642R: pairing popup is not enabling from connected mobile

Part Number: CC2642R
Other Parts Discussed in Thread: SYSCONFIG,

Hi clemet,

continuing previous query,

e2e.ti.com/.../5171772

Using sdk 5.20 tool 11.1 using mutirole project,

Their is a pairing problem , when connected with third party BLE applications like "LightBlue, Blescanner, NRFconnect " pairing popup is appearing and able to pair,

,but we created own application for connecting the devices at that time popup is not enabling from the mobile (GATT is connecting(All services are working )) .

  this is the configuration for IO capabilities.

 this is how its showing ,can't communicate with that device. 

  • Hi,

    Thank you for reaching out.

    Based on the SysConfig configuration shared, it seems the CC2642 device is configured to wait for a pairing request from the phone. I guess your application is not sending such pairing request (either on purpose or by accessing a GATT characteristic requiring pairing), which leads to the behavior described.

    In order to change this behavior, I would suggest to implement one of these two elements:

    1- Configure the CC2642 to initiate the pairing request by setting pairing mode to "Initiate a pairing request"

    2- Configure your mobile app to initiate pairing or access a GATT characteristic requiring pairing

    I hope this will help,

    Best regards,

  • Hi clement,

    we have tried this method ,but we are getting two popups .

    1.Popup for 

     

    2.Popup for 

    Thanks and regards

    chandra shekar

  • Hi,

    Great progress!

    It now feels like two parts of the system may actually require different types of pairing. The second pairing seems to be requested by a part of the system requiring Authentication.

    I hope this will help,

    Best regards,

  • HI clement

    pairing and popup is working ,but before getting a popup cant communicate with deviceID then popup is initiating

     

    and in some mobile ,pairing is getting failed, any suggestion for not pairing

  • Hi Abinesh,

    Clement is currently on holiday and will be returning to answer forum posts on Tuesday, May 21st in the order and priority in which they were received.  Thank you for your patience.

    Regards,
    Ryan

  • Hi Abinesh,

    pairing and popup is working

    Great! Well done!

    but before getting a popup cant communicate with deviceID

    I guess this is because the CC2642R device initiates the pairing process. If you want the communication over an unauthenticated, unencrypted link to be possible, then you should consider changing. Otherwise, I am afraid you absolutely have to wait for the end of the paring process.

    For the pairing issues mentioned, I would recommend opening a new thread where you list down the phones models and OS versions leading to pairing issues. To get faster assistance, I recommend reproducing the pairing issues with the unmodified multirole or simple_peripheral example and the SimpleLink Connect mobile application. https://www.ti.com/tool/SIMPLELINK-CONNECT-SW-MOBILE-APP
    If available please provide Bluetooth sniffer traces showing the issue.

    I hope this will help,

    Best regards,