Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_conn.c446 if (conn->mode != HCI_CM_ACTIVE || !(conn->link_policy & HCI_LP_SNIFF)) in hci_conn_idle()
536 conn->mode = HCI_CM_ACTIVE; in hci_conn_add()
H A Dhci_event.c3906 if (conn->mode == HCI_CM_ACTIVE) in hci_mode_change_evt()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h503 #define HCI_CM_ACTIVE 0x0000 macro