Question
Setting up extended advertising with BlueNRG-LP
Hi,
I'm trying to setup a client & server pair that work like the following:
- 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.
- 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.
- Client sends connection request to server (with AUX_CONNECT_REQ??)
- 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
