Searched refs:hci_transport_netgraph_hci_todo_init (Results 1 – 1 of 1) sorted by relevance
111 static uint8_t hci_transport_netgraph_hci_todo_init; variable175 uint8_t todos_before = hci_transport_netgraph_hci_todo_init; in hci_transport_netgraph_process_read()178 …hci_transport_netgraph_hci_todo_init = HCI_TODO_READ_BD_ADDR | HCI_TODO_READ_LOCAL_SUPPORTED_FEATU… in hci_transport_netgraph_process_read()181 hci_transport_netgraph_hci_todo_init &= ~HCI_TODO_READ_BD_ADDR; in hci_transport_netgraph_process_read()184 … hci_transport_netgraph_hci_todo_init &= ~HCI_TODO_READ_LOCAL_SUPPORTED_FEATURES; in hci_transport_netgraph_process_read()187 hci_transport_netgraph_hci_todo_init &= ~HCI_TODO_READ_BUFFER_SIZE; in hci_transport_netgraph_process_read()192 if ((todos_before != 0) && (hci_transport_netgraph_hci_todo_init == 0)){ in hci_transport_netgraph_process_read()