Hi
I'm hoping to try the multirole Peripheral/Broadcaster role. Specifically, turn off connectable advertising for a peripheral. Could I simply add the line
uint8 connEnabled = FALSE;
GAPRole_SetParameter( GAPROLE_ADV_NONCONN_ENABLED, sizeof( uint8 ), &connEnabled );
in SimpleBLEPeripheral's SimpleBLEPeripheral_Init() function to disable connectability? But this won't change the PDU Type - right? Does anyone know how to change the PDU Type to one of NONCONN?
Thanks
Steve