nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ gzp_pairing_enable()

void gzp_pairing_enable ( bool  enable)

#include <include/gzp.h>

Function for enabling/disabling pairing in a host. When pairing is enabled the host will be monitoring for "system address" and "Host ID" requests from Devices.

A "system address request" received from a Device will always be granted. When a "host ID request" has been received, the Host application have to grant, reject or cancel this by using one of the following functions:

Parameters
enable
  • true enables pairing.
  • false disables pairing.