BLE_API  v2.1.3
BLE Phy Update Status Definition

BlePhyUpdateStatus

Define BLE Phy update status.

typedef uint8_t BlePhyUpdateStatus
 
#define PHY_UPDATE_SUCCESS   0x00
 
#define PHY_UPDATE_REMOTE_FEATURE_UNSUPPORTED   0x1A
 
#define PHY_UDDATE_TRANSACTION_COLLISION   0x2A
 

Detailed Description

BLE Phy update status definition.

Macro Definition Documentation

◆ PHY_UDDATE_TRANSACTION_COLLISION

#define PHY_UDDATE_TRANSACTION_COLLISION   0x2A

Command cancel due to transaction collision.

◆ PHY_UPDATE_REMOTE_FEATURE_UNSUPPORTED

#define PHY_UPDATE_REMOTE_FEATURE_UNSUPPORTED   0x1A

Command cancel due to remote feature unsupported.

◆ PHY_UPDATE_SUCCESS

#define PHY_UPDATE_SUCCESS   0x00

Success.