OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_SYS_HW_STOPPING
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/bta/sys/
bta_sys_main.c
124
/* API_DISABLE */ {BTA_SYS_IGNORE, BTA_SYS_IGNORE,
BTA_SYS_HW_STOPPING
}, /* successive disable/enable: change state wait for completion to disable */
140
const UINT8
bta_sys_hw_stopping
[][BTA_SYS_NUM_COLS] =
variable
144
/* EVT_ENABLED */ {BTA_SYS_HW_EVT_ENABLED, BTA_SYS_IGNORE,
BTA_SYS_HW_STOPPING
}, /* successive enable/disable: finish the enable before disabling */
145
/* STACK_ENABLED */ {BTA_SYS_HW_EVT_STACK_ENABLED, BTA_SYS_HW_API_DISABLE,
BTA_SYS_HW_STOPPING
}, /* successive enable/disable: notify, then stop */
146
/* API_DISABLE */ {BTA_SYS_IGNORE, BTA_SYS_IGNORE,
BTA_SYS_HW_STOPPING
}, /* wait for completion event */
148
/* EVT_ERROR */ {BTA_SYS_HW_API_DISABLE, BTA_SYS_IGNORE,
BTA_SYS_HW_STOPPING
}
158
bta_sys_hw_stopping
392
bta_sys_cb.state =
BTA_SYS_HW_STOPPING
;
bta_sys_int.h
43
BTA_SYS_HW_STOPPING
Completed in 2058 milliseconds