Bluetooth: ATT: Add Common Profile Error Codes
These are specified in the Core Specification Supplement. Change-Id: Ieaa9f061666119bb430d77b0fd40b4891e515b81 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
96f9831304
commit
15ac9992a9
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@ extern "C" {
|
||||||
#define BT_ATT_ERR_UNSUPPORTED_GROUP_TYPE 0x10
|
#define BT_ATT_ERR_UNSUPPORTED_GROUP_TYPE 0x10
|
||||||
#define BT_ATT_ERR_INSUFFICIENT_RESOURCES 0x11
|
#define BT_ATT_ERR_INSUFFICIENT_RESOURCES 0x11
|
||||||
|
|
||||||
|
/* Common Profile Error Codes (from CSS) */
|
||||||
|
#define BT_ATT_ERR_CCC_IMPROPER_CONF 0xfd
|
||||||
|
#define BT_ATT_ERR_PROCEDURE_IN_PROGRESS 0xfe
|
||||||
|
#define BT_ATT_ERR_OUT_OF_RANGE 0xff
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue