Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c265 tBTA_SYS_HW_MSG *sys_enable_event; in bta_dm_enable() local
291 if ((sys_enable_event = (tBTA_SYS_HW_MSG *) osi_malloc(sizeof(tBTA_SYS_HW_MSG))) != NULL) { in bta_dm_enable()
292 sys_enable_event->hdr.event = BTA_SYS_API_ENABLE_EVT; in bta_dm_enable()
293 sys_enable_event->hw_module = BTA_SYS_HW_BLUETOOTH; in bta_dm_enable()
295 bta_sys_sendmsg(sys_enable_event); in bta_dm_enable()
3629 tBTA_SYS_HW_MSG *sys_enable_event; in bta_dm_disable_conn_down_timer_cback() local
3640 if ((sys_enable_event = (tBTA_SYS_HW_MSG *) osi_malloc(sizeof(tBTA_SYS_HW_MSG))) != NULL) { in bta_dm_disable_conn_down_timer_cback()
3641 sys_enable_event->hdr.event = BTA_SYS_API_DISABLE_EVT; in bta_dm_disable_conn_down_timer_cback()
3642 sys_enable_event->hw_module = BTA_SYS_HW_BLUETOOTH; in bta_dm_disable_conn_down_timer_cback()
3643 bta_sys_sendmsg(sys_enable_event); in bta_dm_disable_conn_down_timer_cback()