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.

CC2340R5: how to advertise as ADV_NONCONN_IND ?

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

Hello,

i want to change the advertisement type to non connectable.  PDU type = ADV_NONCONN_IND

i tried to check the option available in the sysconfig menu and here they are : 

by default it's set to the first option 'connectable and scannable'

when i change it to 'scannable undirect' i get a PDU Type in the ble analyzer as ADV_SCAN_IND



PDU type binary value : 

when i changed the last option 'Non-Connectable and Non-scannable undirect' and run the code i didn't receive anything advertised.
all the other option i selected from the menu didn't gave me the 'PDU type = ADV_NONCONN_IND'


for info :

- I'm using the default code example 'Basic_ble' 

thanks,
Haithem,

  • Hi Haithem,

    Thank you for evaluating the CC2340R5 and posting your question to the E2E Forum!  All of TI's BLE E2E Forum experts are taking a well-deserved time off on Friday, May 17th to Monday, May 20th and will be returning to answer forum posts on Tuesday, May 21st in the order and priority in which they were received.  Until then, here are some resources you can further consider which may resolve your issue independently:

    If you find the solution to your problem then please respond to this E2E post!  Otherwise, here is some additional information you can provide to best support the BLE E2E experts when they return to office:

    • F3 SDK version being evaluated
    • Any changes made to the default code example configuration
    • Your CCSTUDIO version and Dependencies installed
    • Any other screenshots, code snippets, or information which may prove useful.

    Thank you for your patience and diligence during this time!

    Regards,
    Ryan

  • i was able to fix the issue.

    I had to change the device role in sysconfig file to Broadcaster instead of peripheral.



    and select non connectable and non scannable undirected under legacy event




    when i changed the device role to Broadcaster i had problem in the sysconfig file :  Error: eventProps: attempted to disable unknown option 'GAP_ADV_PROP_CONNECTABLE'

    i find the fix of this problem in this thread : https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1315743/cc2340r5-sysconfig-error-in-basic_ble-broadcaster-role

    Haithem,