HomeSort by relevance Sort by last modified time
    Searched refs:BTA_SYS_HW_STOPPING (Results 1 - 2 of 2) sorted by null

  /system/bt/bta/sys/
bta_sys_main.c 126 /* API_DISABLE */ {BTA_SYS_IGNORE, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}, /* successive disable/enable: change state wait for completion to disable */
142 const UINT8 bta_sys_hw_stopping[][BTA_SYS_NUM_COLS] = variable
146 /* EVT_ENABLED */ {BTA_SYS_HW_EVT_ENABLED, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}, /* successive enable/disable: finish the enable before disabling */
147 /* STACK_ENABLED */ {BTA_SYS_HW_EVT_STACK_ENABLED, BTA_SYS_HW_API_DISABLE, BTA_SYS_HW_STOPPING}, /* successive enable/disable: notify, then stop */
148 /* API_DISABLE */ {BTA_SYS_IGNORE, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}, /* wait for completion event */
150 /* EVT_ERROR */ {BTA_SYS_HW_API_DISABLE, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}
160 bta_sys_hw_stopping
395 bta_sys_cb.state = BTA_SYS_HW_STOPPING;
bta_sys_int.h 41 BTA_SYS_HW_STOPPING

Completed in 390 milliseconds