Searched refs:BTA_SYS_HW_STOPPING (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/sys/ |
D | bta_sys_main.c | 124 …/* API_DISABLE */ {BTA_SYS_IGNORE, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}, … 142 …/* EVT_ENABLED */ {BTA_SYS_HW_EVT_ENABLED, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}, … 143 …/* STACK_ENABLED */ {BTA_SYS_HW_EVT_STACK_ENABLED, BTA_SYS_HW_API_DISABLE, BTA_SYS_HW_STOPPING}, … 144 …/* API_DISABLE */ {BTA_SYS_IGNORE, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}, … 146 /* EVT_ERROR */ {BTA_SYS_HW_API_DISABLE, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING} 394 bta_sys_cb.state = BTA_SYS_HW_STOPPING; in bta_sys_hw_api_disable()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/sys/include/ |
D | bta_sys_int.h | 40 BTA_SYS_HW_STOPPING enumerator
|