Hello,
I work on module BLE LAIRD BL652 and I'm a BLE peripheral. I have tried to make a BASIC program for advertising while in a connection but without success.
As you know, there are 4 types of advertising packets: (1) Give data and allow no incoming connection - used to broadcast small blocks of data. (2) Give data and only allow a peer to request one more packet of data (3) Give data and invite connection from a specific address (i.e. a bonded/trusted relationship) (4) Give data and invite connection from anyone - promiscuous usage
According to a FAQ of Lairdtech: "Although a slave can only be connected to one master, it is allowed to advertise types (1) and (2) while in a connection."
Somes people can help me ?