Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_internal.h12 extern atomic_t hci_state_mask;
Dhci_driver.c590 reset = atomic_test_and_clear_bit(&hci_state_mask, HCI_STATE_BIT_RESET); in process_hbuf()
Dhci.c191 atomic_t hci_state_mask; variable
475 atomic_set_bit(&hci_state_mask, HCI_STATE_BIT_RESET); in reset()