Hi ,I am now using nrf24lu1p and 51822 for communication, the use of Gazell for paired debugging, and now want to use the upper authorities to close the NRF24LU1P Gazell pairing function, how do I set?
Hi ,I am now using nrf24lu1p and 51822 for communication, the use of Gazell for paired debugging, and now want to use the upper authorities to close the NRF24LU1P Gazell pairing function, how do I set?
Hi Xiao,
Thanks for the explanation. You can either disable pairing using gzp_pairing_enable(false). This will close the pairing pipe.
Or you can reject pairing request by calling gzp_id_req_reject() when you receive HostID request. In our example we always grant the request when we receive gzp_id_req_received()
Please have a look at the gzp host example in the SDK.
Hi Xiao,
Thanks for the explanation. You can either disable pairing using gzp_pairing_enable(false). This will close the pairing pipe.
Or you can reject pairing request by calling gzp_id_req_reject() when you receive HostID request. In our example we always grant the request when we receive gzp_id_req_received()
Please have a look at the gzp host example in the SDK.