Searched refs:sys_enable_event (Results 1 – 1 of 1) sorted by relevance
266 tBTA_SYS_HW_MSG *sys_enable_event; in bta_dm_enable() local292 if ((sys_enable_event = (tBTA_SYS_HW_MSG *) osi_malloc(sizeof(tBTA_SYS_HW_MSG))) != NULL) { in bta_dm_enable()293 sys_enable_event->hdr.event = BTA_SYS_API_ENABLE_EVT; in bta_dm_enable()294 sys_enable_event->hw_module = BTA_SYS_HW_BLUETOOTH; in bta_dm_enable()296 bta_sys_sendmsg(sys_enable_event); in bta_dm_enable()3744 tBTA_SYS_HW_MSG *sys_enable_event; in bta_dm_disable_conn_down_timer_cback() local3755 if ((sys_enable_event = (tBTA_SYS_HW_MSG *) osi_malloc(sizeof(tBTA_SYS_HW_MSG))) != NULL) { in bta_dm_disable_conn_down_timer_cback()3756 sys_enable_event->hdr.event = BTA_SYS_API_DISABLE_EVT; in bta_dm_disable_conn_down_timer_cback()3757 sys_enable_event->hw_module = BTA_SYS_HW_BLUETOOTH; in bta_dm_disable_conn_down_timer_cback()3758 bta_sys_sendmsg(sys_enable_event); in bta_dm_disable_conn_down_timer_cback()