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

  /external/bluetooth/bluedroid/bta/sys/
bta_sys_int.h 108 void bta_sys_hw_api_disable(tBTA_SYS_HW_MSG *p_sys_hw_msg);
bta_sys_main.c 80 bta_sys_hw_api_disable, /* 3 BTA_SYS_HW_API_DISABLE_EVT */
92 BTA_SYS_HW_API_DISABLE,
135 /* 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 */
145 /* STACK_ENABLED */ {BTA_SYS_HW_EVT_STACK_ENABLED, BTA_SYS_HW_API_DISABLE, BTA_SYS_HW_STOPPING}, /* successive enable/disable: notify, then stop */
148 /* EVT_ERROR */ {BTA_SYS_HW_API_DISABLE, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}
369 void bta_sys_hw_api_disable(tBTA_SYS_HW_MSG *p_sys_hw_msg) function
371 APPL_TRACE_DEBUG2("bta_sys_hw_api_disable for %d, active modules: 0x%04X",

Completed in 39 milliseconds