OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_SYS_HW_ON
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/bta/sys/
bta_sys_main.c
112
/* STACK_ENABLED */ {BTA_SYS_IGNORE, BTA_SYS_IGNORE,
BTA_SYS_HW_ON
},
123
/* STACK_ENABLED */ {BTA_SYS_HW_EVT_STACK_ENABLED, BTA_SYS_IGNORE,
BTA_SYS_HW_ON
},
126
/* EVT_ERROR */ {BTA_SYS_HW_ERROR, BTA_SYS_IGNORE,
BTA_SYS_HW_ON
}
129
const UINT8
bta_sys_hw_on
[][BTA_SYS_NUM_COLS] =
variable
132
/* API_ENABLE */ {BTA_SYS_HW_API_ENABLE, BTA_SYS_IGNORE,
BTA_SYS_HW_ON
},
133
/* EVT_ENABLED */ {BTA_SYS_IGNORE, BTA_SYS_IGNORE,
BTA_SYS_HW_ON
},
134
/* STACK_ENABLED */ {BTA_SYS_IGNORE, BTA_SYS_IGNORE,
BTA_SYS_HW_ON
},
135
/* API_DISABLE */ {BTA_SYS_HW_API_DISABLE, BTA_SYS_IGNORE,
BTA_SYS_HW_ON
}, /* don't change the state here, as some other modules might be active */
136
/* EVT_DISABLED */ {BTA_SYS_HW_ERROR, BTA_SYS_IGNORE,
BTA_SYS_HW_ON
},
137
/* EVT_ERROR */ {BTA_SYS_HW_ERROR, BTA_SYS_IGNORE,
BTA_SYS_HW_ON
}
[
all
...]
bta_sys_int.h
42
BTA_SYS_HW_ON
,
Completed in 29 milliseconds