1
TinyDuino Processors & TinyShields / Re: Configuring BLE
« on: April 17, 2017, 11:20:11 AM »
The uuid is defined in the
void setConnectable(void)
in UART.ino. The default is something like
const char local_name[] = {AD_TYPE_COMPLETE_LOCAL_NAME, 'B', 'l', 'u', 'e', 'N', 'R', 'G'};
You can easily modify the code to pass your own uuid variable there.
void setConnectable(void)
in UART.ino. The default is something like
const char local_name[] = {AD_TYPE_COMPLETE_LOCAL_NAME, 'B', 'l', 'u', 'e', 'N', 'R', 'G'};
You can easily modify the code to pass your own uuid variable there.