Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
external_bluetooth_bluedroid
Commits
62b1414b
Commit
62b1414b
authored
12 years ago
by
The Android Open Source Project
Browse files
Options
Download
Email Patches
Plain Diff
Snapshot 0d153181bbe9ce75555b437567796a9aef4ef0ae
Change-Id: I99fb22bd2e10af658de4cfe26470e71bda147ce8
parent
5738f83a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
bta/hh/bta_hh_cfg.c
bta/hh/bta_hh_cfg.c
+5
-1
No files found.
bta/hh/bta_hh_cfg.c
View file @
62b1414b
...
...
@@ -27,7 +27,7 @@
#include "bta_hh_api.h"
/* max number of device types supported by BTA */
#define BTA_HH_MAX_DEVT_SPT
7
#define BTA_HH_MAX_DEVT_SPT
9
/* size of database for service discovery */
#ifndef BTA_HH_DISC_BUF_SIZE
...
...
@@ -39,6 +39,8 @@
#define BTA_HH_APP_ID_KB 2
#define BTA_HH_APP_ID_RMC 3
#define BTA_HH_APP_ID_3DSG 4
#define BTA_HH_APP_ID_JOY 5
#define BTA_HH_APP_ID_GPAD 6
/* The type of devices supported by BTA HH and corresponding application ID */
...
...
@@ -50,6 +52,8 @@ tBTA_HH_SPT_TOD p_devt_list[BTA_HH_MAX_DEVT_SPT] =
{
BTA_HH_DEVT_RMC
,
BTA_HH_APP_ID_RMC
},
{
BTA_HH_DEVT_RMC
|
BTA_HH_DEVT_KBD
,
BTA_HH_APP_ID_RMC
},
{
BTA_HH_DEVT_MIC
|
BTA_HH_DEVT_DGT
,
BTA_HH_APP_ID_MI
},
{
BTA_HH_DEVT_JOS
,
BTA_HH_APP_ID_JOY
},
{
BTA_HH_DEVT_GPD
,
BTA_HH_APP_ID_GPAD
},
{
BTA_HH_DEVT_UNKNOWN
,
BTA_HH_APP_ID_3DSG
}
};
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment