Hello, My system is one device with multiple host, these host will connected to the device on irregular basis. The host action are listed below: scan->connect->write data->disconnect->scan
When one of the host will connect to the device, but the other one is connected first, so this connected is failed, then I give up this connection and go to scan, sd_ble_gap_scan_start will have error code : 0x8, If the connection is success and then go to scan, sd_ble_gap_scan_start is success !
Thanks.