nRF Connect SDK API 2.8.99
|
bool gzp_id_req_received | ( | void | ) |
#include <include/gzp.h>
Function for checking if a "Host ID request" has been received from a Device.
If a request has been received, the Pairing library will enter "ID request pending" state.
The application is responsible for responding to this request by calling one of the following functions:
true | if a "Host ID request" has been received (internal state is "ID request pending") |
false | if no "Host ID request" has been received (internal state is "ID request idle") |