cancel
Showing results for 
Search instead for 
Did you mean: 

Setting up extended advertising with BlueNRG-LP

JLee.46
Associate II

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

2 REPLIES 2
JLee.46
Associate II

Solved.

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