TX power change reason

C

#define BLE_GAP_LOCAL_TX_POWER_CHANGED                          0
#define BLE_GAP_REMOTE_TX_POWER_CHANGED                         1
#define BLE_GAP_READ_REMOTE_POWER_COMPLETED                     2

Description

Enumerates the reasons for reporting a change in TX (transmit) power.

Macro Definition

MacroDescription
BLE_GAP_LOCAL_TX_POWER_CHANGEDIndicates that the local device's transmit power has changed.
BLE_GAP_REMOTE_TX_POWER_CHANGEDIndicates that the remote device's transmit power has changed.
BLE_GAP_READ_REMOTE_POWER_COMPLETEDIndicates that reading the remote device's transmit power level has completed successfully.