I want to integrate nrf mesh serial example in light Switch example to configure other un-provisioned node
I am using following nrf SDK:
>> nrf : nRF5_SDK_15.2.0_9412b96
>> mesh : nrf5_SDK_for_Mesh_v3.2.0_src
The following Serial API as per serial example as been used in light Switch example:
- mesh_opt_prov_ecdh_offloading_set(true)
- nrf_mesh_serial_init(NULL)
- nrf_mesh_serial_enable()
I want to provision node using serial interface and interactive_pyaci.py
>> I am trying to provision a node but i am get continuously ERROR_REJECTED status code on send Provision data using opcode 0x63
But with only serial example its working fine, but if I integrate serial with light Switch example I am getting ERROR_REJECTED status code
I have checked both example's SDK_config.h, the only difference in light Switch example is GATT is enable and GATT parameters are defined.
Does anyone has on solution this.......