Home
last modified time | relevance | path

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

/linux-5.19.10/net/bluetooth/
Dhci_conn.c607 if (conn->mode != HCI_CM_ACTIVE || !(conn->link_policy & HCI_LP_SNIFF)) in hci_conn_idle()
698 conn->mode = HCI_CM_ACTIVE; in hci_conn_add()
Dhci_event.c4290 if (conn->mode == HCI_CM_ACTIVE) in hci_mode_change_evt()
/linux-5.19.10/include/net/bluetooth/
Dhci.h537 #define HCI_CM_ACTIVE 0x0000 macro