Searched refs:btu_hci_msg_queue (Results 1 – 5 of 5) sorted by relevance
89 fixed_queue_t *btu_hci_msg_queue; variable108 btu_hci_msg_queue = fixed_queue_new(SIZE_MAX); in bte_main_boot_entry()109 if (btu_hci_msg_queue == NULL) { in bte_main_boot_entry()114 data_dispatcher_register_default(hci->event_dispatcher, btu_hci_msg_queue); in bte_main_boot_entry()115 hci->set_data_queue(btu_hci_msg_queue); in bte_main_boot_entry()133 fixed_queue_free(btu_hci_msg_queue, NULL); in bte_main_cleanup()135 btu_hci_msg_queue = NULL; in bte_main_cleanup()
95 extern fixed_queue_t *btu_hci_msg_queue;200 fixed_queue_register_dequeue(btu_hci_msg_queue, in btu_task_start_up()210 fixed_queue_unregister_dequeue(btu_hci_msg_queue); in btu_task_shut_down()
57 extern fixed_queue_t *btu_hci_msg_queue;
50 extern fixed_queue_t *btu_hci_msg_queue;933 fixed_queue_enqueue(btu_hci_msg_queue, event); in btu_hcif_command_complete_evt()1131 fixed_queue_enqueue(btu_hci_msg_queue, event); in btu_hcif_command_status_evt()
141 extern fixed_queue_t *btu_hci_msg_queue;