Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_task.c99 tBTU_CB btu_cb; variable
179 if (btu_cb.event_reg[i].event_cb == NULL) { in btu_hci_msg_process()
183 if (mask == btu_cb.event_reg[i].event_range) { in btu_hci_msg_process()
184 if (btu_cb.event_reg[i].event_cb) { in btu_hci_msg_process()
185 btu_cb.event_reg[i].event_cb(p_msg); in btu_hci_msg_process()
406 if (btu_cb.timer_reg[i].timer_cb == NULL) { in btu_general_alarm_process()
409 if (btu_cb.timer_reg[i].p_tle == p_tle) { in btu_general_alarm_process()
410 btu_cb.timer_reg[i].timer_cb(p_tle); in btu_general_alarm_process()
Dbtu_init.c159 memset (&btu_cb, 0, sizeof (tBTU_CB)); in BTU_StartUp()
160 btu_cb.trace_level = HCI_INITIAL_TRACE_LEVEL; in BTU_StartUp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtu.h239 extern tBTU_CB btu_cb;
242 #define btu_cb (*btu_cb_ptr) macro