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_int.h 41 BTA_SYS_HW_STOPPING
bta_sys_main.c 128 /* API_DISABLE */ {BTA_SYS_IGNORE, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}, /* successive disable/enable: change state wait for completion to disable */
144 const UINT8 bta_sys_hw_stopping[][BTA_SYS_NUM_COLS] = variable
148 /* EVT_ENABLED */ {BTA_SYS_HW_EVT_ENABLED, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}, /* successive enable/disable: finish the enable before disabling */
149 /* STACK_ENABLED */ {BTA_SYS_HW_EVT_STACK_ENABLED, BTA_SYS_HW_API_DISABLE, BTA_SYS_HW_STOPPING}, /* successive enable/disable: notify, then stop */
150 /* API_DISABLE */ {BTA_SYS_IGNORE, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}, /* wait for completion event */
152 /* EVT_ERROR */ {BTA_SYS_HW_API_DISABLE, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}
162 bta_sys_hw_stopping
418 bta_sys_cb.state = BTA_SYS_HW_STOPPING;

Completed in 46 milliseconds