1.2.2.1.1.1.63 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
The definition of disconnection reason.
Macro Definition
Macro | Description |
---|---|
BLE_GAP_LOCAL_TX_POWER_CHANGED | Local transmit Power changed. |
BLE_GAP_REMOTE_TX_POWER_CHANGED | Remote transmit Power changed. |
BLE_GAP_READ_REMOTE_POWER_COMPLETED | Execute BLE_GAP_ReadRemoteTxPowerLevel complete. |