Set max RC attribute count to 7

Per spec max RC attributes are 7

Change-Id: Ied4b5ff9487aab32b7e0c824ecaa20b21079c458
This commit is contained in:
Ravi Nagarajan 2013-03-22 04:18:47 -07:00 committed by Zhihai Xu
parent 6ae9f7049c
commit ebb8c1b8f6

2
include/hardware/bt_rc.h Normal file → Executable file
View file

@ -25,7 +25,7 @@ __BEGIN_DECLS
#define BTRC_MAX_APP_SETTINGS 8
#define BTRC_MAX_FOLDER_DEPTH 4
#define BTRC_MAX_APP_ATTR_SIZE 16
#define BTRC_MAX_ELEM_ATTR_SIZE 8
#define BTRC_MAX_ELEM_ATTR_SIZE 7
typedef uint8_t btrc_uid_t[BTRC_UID_SIZE];