Skip to main content
JLee.46
Associate II
June 21, 2021
Question

Setting up extended advertising with BlueNRG-LP

  • June 21, 2021
  • 1 reply
  • 939 views

Hi,

I'm trying to setup a client & server pair that work like the following:

  1. Server using coded PHY, advertising its device name/manufacturer data in Secondary advertisement channels. That means it will advertise with ADV_EXT_IND in Primary channels first, then point to a secondary channel and send its name/data.
  2. Client also using coded PHY, scanning the Primary advertisement channels, receives the ADV_EXT_IND packet from server, and further scan the secondary channel to get its name/data. Once it determined the name/data is appropriate, it uses the bd_addr from the advertisement for connection.
  3. Client sends connection request to server (with AUX_CONNECT_REQ??)
  4. Server sends connection response to client (with AUX_CONNECT_RSP??)

Is there any examples for extend advertising & establishing connection with it? How do i setup AUX_SCAN_RSP if an active scanner is sending AUX_SCAN_REQ?

BLE_RC_LongRange is not what i want, as it is using fixed address for connection, and no scan response data is setup when using coded PHY.

Many thanks

    This topic has been closed for replies.

    1 reply

    JLee.46
    JLee.46Author
    Associate II
    June 25, 2021

    Solved.

    Khojah
    Visitor II
    July 26, 2022

    that good to hear. if possible share an example or how you solved it:)