Home
last modified time | relevance | path

Searched refs:HCI_CONN_MGMT_CONNECTED (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_event.c2035 !test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) in hci_check_pending_name()
2829 mgmt_connected = test_and_clear_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags); in hci_disconn_complete_evt()
3216 if (!ev->status && !test_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) { in hci_remote_features_evt()
3222 } else if (!test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) in hci_remote_features_evt()
4282 if (!ev->status && !test_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) { in hci_remote_ext_features_evt()
4288 } else if (!test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) in hci_remote_ext_features_evt()
5212 if (!test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) in le_conn_complete_evt()
H A Dmgmt.c2668 if (test_bit(HCI_CONN_MGMT_CONNECTED, &c->flags)) in get_connections()
2680 if (!test_bit(HCI_CONN_MGMT_CONNECTED, &c->flags)) in get_connections()
H A Dl2cap_core.c4264 !test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &hcon->flags)) in l2cap_connect_req()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h827 HCI_CONN_MGMT_CONNECTED, enumerator