TI BLE Stack API Documentation  2.03.09
Macros
BLE Default BLE Status Values

Macros

#define bleInvalidTaskID   INVALID_TASK
 Task ID isn't setup properly.
 
#define bleNotReady   0x10
 Not ready to perform task.
 
#define bleAlreadyInRequestedMode   0x11
 Already performing that task.
 
#define bleIncorrectMode   0x12
 Not setup properly to perform that task.
 
#define bleMemAllocError   0x13
 Memory allocation error occurred.
 
#define bleNotConnected   0x14
 Can't perform function when not in a connection.
 
#define bleNoResources   0x15
 There are no resource available.
 
#define blePending   0x16
 Waiting.
 
#define bleTimeout   0x17
 Timed out performing function.
 
#define bleInvalidRange   0x18
 A parameter is out of range.
 
#define bleLinkEncrypted   0x19
 The link is already encrypted.
 
#define bleProcedureComplete   0x1A
 The Procedure is completed.
 
#define bleInvalidMtuSize   0x1B
 MTU size is out of range.
 
#define bleGAPUserCanceled   0x30
 The user canceled the task.
 
#define bleGAPConnNotAcceptable   0x31
 The connection was not accepted.
 
#define bleGAPBondRejected   0x32
 The bound information was rejected.
 
#define bleInvalidPDU   0x40
 The attribute PDU is invalid.
 
#define bleInsufficientAuthen   0x41
 The attribute has insufficient authentication.
 
#define bleInsufficientEncrypt   0x42
 The attribute has insufficient encryption.
 
#define bleInsufficientKeySize   0x43
 The attribute has insufficient encryption key size.
 
#define INVALID_TASK_ID   0xFF
 Task ID isn't setup properly.
 

Detailed Description

returned as bStatus_t