bta_sys_hw_stopping variable
Syntax
const UINT8 bta_sys_hw_stopping[][BTA_SYS_NUM_COLS] = {
{BTA_SYS_IGNORE, BTA_SYS_IGNORE, BTA_SYS_HW_STARTING},
{BTA_SYS_HW_EVT_ENABLED, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING},
{BTA_SYS_HW_EVT_STACK_ENABLED, BTA_SYS_HW_API_DISABLE, BTA_SYS_HW_STOPPING},
{BTA_SYS_IGNORE, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING},
{BTA_SYS_HW_EVT_DISABLED, BTA_SYS_IGNORE, BTA_SYS_HW_OFF},
{BTA_SYS_HW_API_DISABLE, BTA_SYS_IGNORE, BTA_SYS_HW_STOPPING}
};