This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

multilink [ble_app_uart] - [ble_app_multilink_central](3)

OS :Windows7
HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board
CPU :(Nordic) nRF52832 / ARMRegistered CortexTm-M4F 32 bit processor 28-pin Land Grid Array / 15GPIOs / SWD
Soft Ver:nRF5_SDK_15.0.0_a53641a

Using [ble_app_multilink_central] and [ble_app_uart_c], I created a program that performs multi-link UART communication, but immediately after the first peripheral was linked
Error 0x011 will be issued.
Please tell me the possible causes.
Thanking you in advance.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*---------------------------------------------------------------------------*/
/* multilink uart process */
/*---------------------------------------------------------------------------*/
#include <stdio.h>
#include <stdint.h>
#include "nordic_common.h"
#include "ble_db_discovery.h"
#include "app_timer.h"
#include "bsp_btn_ble.h"
#include "ble.h"
#include "ble_hci.h"
#include "nrf_sdh.h"
#include "nrf_sdh_ble.h"
#include "ble_advdata.h"
#include "nrf_ble_gatt.h"
#include "nrf_pwr_mgmt.h"
/*-< multi setting >-*/
#include <string.h>
#include "ble_advertising.h"
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX