Bluetooth: ATT: Add new error code from CSSv7
The Core Specification Supplement v7 defines one new ATT error code. Change-Id: I4fe5341a6bbc57fd73e5a12fcc4dc72b643eab35 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
a54292afc9
commit
91a2f17c23
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ extern "C" {
|
||||||
#define BT_ATT_ERR_INSUFFICIENT_RESOURCES 0x11
|
#define BT_ATT_ERR_INSUFFICIENT_RESOURCES 0x11
|
||||||
|
|
||||||
/* Common Profile Error Codes (from CSS) */
|
/* Common Profile Error Codes (from CSS) */
|
||||||
|
#define BT_ATT_ERR_WRITE_REQ_REJECTED 0xfc
|
||||||
#define BT_ATT_ERR_CCC_IMPROPER_CONF 0xfd
|
#define BT_ATT_ERR_CCC_IMPROPER_CONF 0xfd
|
||||||
#define BT_ATT_ERR_PROCEDURE_IN_PROGRESS 0xfe
|
#define BT_ATT_ERR_PROCEDURE_IN_PROGRESS 0xfe
|
||||||
#define BT_ATT_ERR_OUT_OF_RANGE 0xff
|
#define BT_ATT_ERR_OUT_OF_RANGE 0xff
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue