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

  /system/bt/bta/sys/
bta_sys_int.h 97 void bta_sys_hw_api_disable(tBTA_SYS_HW_MSG *p_sys_hw_msg);
bta_sys_main.c 82 bta_sys_hw_api_disable, /* 3 BTA_SYS_HW_API_DISABLE_EVT */
94 BTA_SYS_HW_API_DISABLE,
137 /* API_DISABLE */ {BTA_SYS_HW_API_DISABLE, BTA_SYS_IGNORE, BTA_SYS_HW_ON}, /* don't change the state here, as some other modules might be active */
147 /* STACK_ENABLED */ {BTA_SYS_HW_EVT_STACK_ENABLED, BTA_SYS_HW_API_DISABLE, BTA_SYS_HW_STOPPING}, /* successive enable/disable: notify, then stop */
150 /* EVT_ERROR */ {BTA_SYS_HW_API_DISABLE, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}
372 void bta_sys_hw_api_disable(tBTA_SYS_HW_MSG *p_sys_hw_msg) function
374 APPL_TRACE_DEBUG("bta_sys_hw_api_disable for %d, active modules: 0x%04X",

Completed in 42 milliseconds