It means you need to add a GATT connection ? This is not supported right now.The reason is that the BLE connection is managed by BLE-Mesh firmware. You can however, use UART interface to make connection to the PC.
Hello,There is already Serial interface available in BLE-Mesh project. You can look at /* Enables the serial interface using Uart */#define ENABLE_SERIAL_INTERFACE 0#define ENABLE_SERIAL_CONTROL 0
Hello Vibhu,The BLE Advertisement and Scan is managed by BLE-Mesh library. Kindly wait for updates in the library which will allow this feature in coming weeksThanks