From c6cd3f52e4dd505cd7f265ee783ae975065a90dc Mon Sep 17 00:00:00 2001 From: Michael Janssen Date: Wed, 5 Nov 2014 18:15:09 -0800 Subject: gattrib: Remove unused GATTRIB_ALL_EVENTS In prep to use shared stack, this is unused and not functionally supported by bt_att. --- attrib/gattrib.c | 3 --- attrib/gattrib.h | 1 - 2 files changed, 4 deletions(-) (limited to 'attrib') diff --git a/attrib/gattrib.c b/attrib/gattrib.c index f67843534..fa51b6d49 100644 --- a/attrib/gattrib.c +++ b/attrib/gattrib.c @@ -391,9 +391,6 @@ static bool match_event(struct event *evt, const uint8_t *pdu, gsize len) { guint16 handle; - if (evt->expected == GATTRIB_ALL_EVENTS) - return true; - if (is_request(pdu[0]) && evt->expected == GATTRIB_ALL_REQS) return true; diff --git a/attrib/gattrib.h b/attrib/gattrib.h index 1557b9991..2ed57c12a 100644 --- a/attrib/gattrib.h +++ b/attrib/gattrib.h @@ -28,7 +28,6 @@ extern "C" { #endif -#define GATTRIB_ALL_EVENTS 0xFF #define GATTRIB_ALL_REQS 0xFE #define GATTRIB_ALL_HANDLES 0x0000 -- cgit v1.2.1