Searched refs:btu_cb (Results 1 – 3 of 3) sorted by relevance
99 tBTU_CB btu_cb; variable179 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()
159 memset (&btu_cb, 0, sizeof (tBTU_CB)); in BTU_StartUp()160 btu_cb.trace_level = HCI_INITIAL_TRACE_LEVEL; in BTU_StartUp()
239 extern tBTU_CB btu_cb;242 #define btu_cb (*btu_cb_ptr) macro