Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_conn.c595 if (conn->mode != HCI_CM_ACTIVE || !(conn->link_policy & HCI_LP_SNIFF)) in hci_conn_idle()
930 conn->mode = HCI_CM_ACTIVE; in __hci_conn_add()
H A Dhci_event.c4480 if (conn->mode == HCI_CM_ACTIVE) in hci_mode_change_evt()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h596 #define HCI_CM_ACTIVE 0x0000 macro