att: Add Find Info Response Format constants

This patch adds constants declarations for Find Information Response
Format field. The format means that information data constains a list
of 1 or more handles with their 16-bit or 128-bit Bluetooth UUIDs
This commit is contained in:
Claudio Takahasi 2012-08-20 14:32:19 -03:00 committed by Johan Hedberg
parent 3fa81cb323
commit fc6f87d8f9

View File

@ -96,6 +96,10 @@
#define ATT_CANCEL_ALL_PREP_WRITES 0x00
#define ATT_WRITE_ALL_PREP_WRITES 0x01
/* Find Information Response Formats */
#define ATT_FIND_INFO_RESP_FMT_16BIT 0x01
#define ATT_FIND_INFO_RESP_FMT_128BIT 0x02
struct att_data_list {
uint16_t num;
uint16_t len;