Home
last modified time | relevance | path

Searched refs:module_index (Results 1 – 1 of 1) sorted by relevance

/system/bt/bta/sys/
Dbta_sys_main.cc279 uint8_t module_index; in bta_sys_hw_error() local
283 for (module_index = 0; module_index < BTA_SYS_MAX_HW_MODULES; in bta_sys_hw_error()
284 module_index++) { in bta_sys_hw_error()
285 if (bta_sys_cb.sys_hw_module_active & ((uint32_t)1 << module_index)) { in bta_sys_hw_error()
286 switch (module_index) { in bta_sys_hw_error()
289 if (bta_sys_cb.sys_hw_cback[module_index] != NULL) in bta_sys_hw_error()
290 bta_sys_cb.sys_hw_cback[module_index](BTA_SYS_HW_ERROR_EVT); in bta_sys_hw_error()