OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_conn
(Results
1 - 2
of
2
) sorted by null
/device/htc/passion-common/tools/
btconfig.c
117
int
max_conn
= 10;
local
119
conn_list = malloc(
max_conn
* (
127
conn_list->conn_num =
max_conn
;
/external/bluetooth/bluez/common/
android_bluez.c
137
int
max_conn
= 10;
local
139
conn_list = malloc(
max_conn
* (
147
conn_list->conn_num =
max_conn
;
Completed in 24 milliseconds