OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:i_conn
(Results
1 - 2
of
2
) sorted by null
/system/bt/bta/gatt/
bta_gattc_utils.c
819
UINT8
i_conn
= 0;
local
822
for (
i_conn
= 0;
i_conn
< BTA_GATTC_CONN_MAX;
i_conn
++, p_conn ++)
827
APPL_TRACE_DEBUG("bta_gattc_conn_alloc: found conn_track[%d] available",
i_conn
);
848
UINT8
i_conn
= 0;
local
851
for (
i_conn
= 0;
i_conn
< BTA_GATTC_CONN_MAX;
i_conn
++, p_conn ++)
856
APPL_TRACE_DEBUG("bta_gattc_conn_find: found conn_track[%d] matched",
i_conn
);
[
all
...]
bta_gattc_act.c
2264
UINT8
i_conn
= 0;
local
[
all
...]
Completed in 120 milliseconds