From 02d9b7b41f1fcf21e798a4c0aabde89f00729d08 Mon Sep 17 00:00:00 2001 From: Nitin Arora Date: Thu, 9 Jan 2014 14:27:25 -0800 Subject: [PATCH] Bluetooth: Increase number of allowed notifications This change increase the maximum number of notifications that can be registered for LE remote devices. This count is increase from 7 to 15. Change-Id: I422704e9bae69c48b731757526ed9ee4055aa643 --- bta/gatt/bta_gattc_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bta/gatt/bta_gattc_int.h b/bta/gatt/bta_gattc_int.h index 37a14c90f..7f659022c 100644 --- a/bta/gatt/bta_gattc_int.h +++ b/bta/gatt/bta_gattc_int.h @@ -342,7 +342,7 @@ typedef struct } tBTA_GATTC_SERV; #ifndef BTA_GATTC_NOTIF_REG_MAX -#define BTA_GATTC_NOTIF_REG_MAX 7 +#define BTA_GATTC_NOTIF_REG_MAX 15 #endif typedef struct -- 2.11.0