Searched refs:HC_EVENT_TX (Results 1 – 4 of 4) sorted by relevance
253 bthc_signal_event(HC_EVENT_TX); in transmit_buf()372 events |= HC_EVENT_TX; in bt_hc_worker_thread()409 if (events & HC_EVENT_TX) in bt_hc_worker_thread()
257 bthc_signal_event(HC_EVENT_TX); in internal_event_intercept()297 bthc_signal_event(HC_EVENT_TX); in internal_event_intercept()1109 bthc_signal_event(HC_EVENT_TX); in hci_mct_send_int_cmd()
1007 bthc_signal_event(HC_EVENT_TX); in hci_h4_send_int_cmd()
82 #define HC_EVENT_TX 0x0008 macro