Hi Kerry,
Does the edgefast bluetooth example in iMXRT 1060 SDK support multiple connections? I am using the ublox module so I have defined the macro WIFI_BOARD_AW_CM358. The sdk code for edgefast bluetooth is different from the freedom series code.
I have defined the macro CONFIG_BT_MAX_CONN to 2 and have also done changes in the central_ht.c file to support 2 connections. But looks like I can establish only one connection at a time.
In file bluetooth.h, what does the below macro mean?
/**
* @def BT_ID_DEFAULT
*
* Convenience macro for specifying the default identity. This helps
* make the code more readable, especially when only one identity is
* supported.
*/
#define BT_ID_DEFAULT 0
The above ID is used in bt_pal_conn.c etc. Does this mean the sdk currently supports only one connection?
Your help on this is highly appreciated.
Thanks.