Set max RC attribute count to 7
Per spec max RC attributes are 7 Change-Id: Ied4b5ff9487aab32b7e0c824ecaa20b21079c458
This commit is contained in:
parent
6ae9f7049c
commit
ebb8c1b8f6
1 changed files with 1 additions and 1 deletions
2
include/hardware/bt_rc.h
Normal file → Executable file
2
include/hardware/bt_rc.h
Normal file → Executable 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];
|
||||
|
||||
|
|
Loading…
Reference in a new issue