Searched refs:BTA_SYS_HW_STOPPING (Results 1 – 2 of 2) sorted by relevance
/system/bt/bta/sys/ |
D | bta_sys_main.c | 126 /* API_DISABLE */ {BTA_SYS_IGNORE, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}, /… 146 /* EVT_ENABLED */ {BTA_SYS_HW_EVT_ENABLED, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}, /… 147 /* STACK_ENABLED */ {BTA_SYS_HW_EVT_STACK_ENABLED, BTA_SYS_HW_API_DISABLE, BTA_SYS_HW_STOPPING}, /… 148 /* API_DISABLE */ {BTA_SYS_IGNORE, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}, /… 150 /* EVT_ERROR */ {BTA_SYS_HW_API_DISABLE, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING} 395 bta_sys_cb.state = BTA_SYS_HW_STOPPING; in bta_sys_hw_api_disable()
|
D | bta_sys_int.h | 41 BTA_SYS_HW_STOPPING enumerator
|