NimBLE-Arduino 2.1.2
Loading...
Searching...
No Matches
ble_gap_passkey_params Struct Reference

Passkey query. More...

#include <ble_gap.h>

Public Attributes

uint8_t action
 
uint32_t numcmp
 

Detailed Description

Passkey query.

Member Data Documentation

◆ action

uint8_t ble_gap_passkey_params::action

Passkey action, can be one of following constants:

  • BLE_SM_IOACT_NONE
  • BLE_SM_IOACT_OOB
  • BLE_SM_IOACT_INPUT
  • BLE_SM_IOACT_DISP
  • BLE_SM_IOACT_NUMCMP

◆ numcmp

uint32_t ble_gap_passkey_params::numcmp

Passkey to compare, valid for BLE_SM_IOACT_NUMCMP action