OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_GATTC_CONN_MAX
(Results
1 - 2
of
2
) sorted by null
/system/bt/bta/gatt/
bta_gattc_int.h
78
#define
BTA_GATTC_CONN_MAX
GATT_MAX_PHY_CHANNEL
296
tBTA_GATTC_CONN conn_track[
BTA_GATTC_CONN_MAX
];
bta_gattc_utils.cc
521
for (i_conn = 0; i_conn <
BTA_GATTC_CONN_MAX
; i_conn++, p_conn++) {
547
for (i_conn = 0; i_conn <
BTA_GATTC_CONN_MAX
; i_conn++, p_conn++) {
Completed in 5331 milliseconds