Searched refs:BTA_SYS_HW_ON (Results 1 – 2 of 2) sorted by relevance
/system/bt/bta/sys/ |
D | bta_sys_main.cc | 102 /* STACK_ENABLED */ {BTA_SYS_IGNORE, BTA_SYS_IGNORE, BTA_SYS_HW_ON}, 116 BTA_SYS_HW_ON}, 124 /* EVT_ERROR */ {BTA_SYS_HW_ERROR, BTA_SYS_IGNORE, BTA_SYS_HW_ON}}; 129 /* API_ENABLE */ {BTA_SYS_HW_API_ENABLE, BTA_SYS_IGNORE, BTA_SYS_HW_ON}, 130 /* EVT_ENABLED */ {BTA_SYS_IGNORE, BTA_SYS_IGNORE, BTA_SYS_HW_ON}, 131 /* STACK_ENABLED */ {BTA_SYS_IGNORE, BTA_SYS_IGNORE, BTA_SYS_HW_ON}, 134 BTA_SYS_HW_ON}, /* don't change the state here, as some 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}}; 319 (bta_sys_cb.state != BTA_SYS_HW_ON)) { in bta_sys_hw_api_enable()
|
D | bta_sys_int.h | 39 BTA_SYS_HW_ON, enumerator
|