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

  /external/bluetooth/bluedroid/bta/sys/
bta_sys_main.c 125 /* API_DISABLE */ {BTA_SYS_IGNORE, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}, /* successive disable/enable: change state wait for completion to disable */
141 const UINT8 bta_sys_hw_stopping[][BTA_SYS_NUM_COLS] = variable
145 /* EVT_ENABLED */ {BTA_SYS_HW_EVT_ENABLED, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}, /* successive enable/disable: finish the enable before disabling */
146 /* STACK_ENABLED */ {BTA_SYS_HW_EVT_STACK_ENABLED, BTA_SYS_HW_API_DISABLE, BTA_SYS_HW_STOPPING}, /* successive enable/disable: notify, then stop */
147 /* API_DISABLE */ {BTA_SYS_IGNORE, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}, /* wait for completion event */
149 /* EVT_ERROR */ {BTA_SYS_HW_API_DISABLE, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}
159 bta_sys_hw_stopping
393 bta_sys_cb.state = BTA_SYS_HW_STOPPING;
bta_sys_int.h 43 BTA_SYS_HW_STOPPING

Completed in 138 milliseconds