mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-11 13:04:10 +08:00
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:
parent
3fa81cb323
commit
fc6f87d8f9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user