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

Public Attributes

uint8_t preempted_op
 

Detailed Description

The state of the in-progress master connection. If no master connection is currently in progress, then the op field is set to BLE_GAP_OP_NULL.

Member Data Documentation

◆ preempted_op

uint8_t ble_gap_master_state::preempted_op

Indicates the type of master procedure that was preempted, or BLE_GAP_OP_NULL if no procedure was preempted.