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
Macro | Description |
---|---|
BLE_GAP_LOCAL_TX_POWER_CHANGED | Indicates that the local device's transmit power has changed. |
BLE_GAP_REMOTE_TX_POWER_CHANGED | Indicates that the remote device's transmit power has changed. |
BLE_GAP_READ_REMOTE_POWER_COMPLETED | Indicates that reading the remote device's transmit power level has completed successfully. |