Parent: b5f48fb4fe335beac719bc510a22ab73c3e944ff
Author: Gowtham Anandha Babu <gowtham.ab@samsung.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2015-04-13 17:49:59
Tree: e5c9fec97d2b1292fd71e1b925fc2cfdfdf12353
core/gatt: Parse InProgress error code from err_msg In Common Profile and Service Error Code descriptions (Supplement to Bluetooth Core Specification, sections 1.2 and 2), it is mentioned that following error codes are sent over the Attribute Protocol. 1)Client Characteristic Configuration Descriptor Improperly Configured(0xFD) 2)Procedure Already in Progress(0xFE) 3)Out of Range(0xFF) It should be treated as ATT Error codes. So, moved those to att-types.h and handled org.bluez.Error.InProgress.
Diffstat
| M | src/gatt-database.c | | | 4 | +++- |
| M | src/shared/att-types.h | | | 10 | ++++++++++ |
| M | src/shared/att.c | | | 10 | - - - - - - - - - - |
3 files changed, 13 insertions(+), 11 deletions(-)