Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_event.c1703 !test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) in hci_check_pending_name()
2446 mgmt_connected = test_and_clear_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags); in hci_disconn_complete_evt()
2731 if (!ev->status && !test_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) { in hci_remote_features_evt()
2737 } else if (!test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) in hci_remote_features_evt()
3720 if (!ev->status && !test_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) { in hci_remote_ext_features_evt()
3726 } else if (!test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) in hci_remote_ext_features_evt()
4544 if (!test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) in hci_le_conn_complete_evt()
Dmgmt.c3136 if (test_bit(HCI_CONN_MGMT_CONNECTED, &c->flags)) in get_connections()
3149 if (!test_bit(HCI_CONN_MGMT_CONNECTED, &c->flags)) in get_connections()
Dl2cap_core.c3904 !test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &hcon->flags)) in l2cap_connect_req()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h610 HCI_CONN_MGMT_CONNECTED, enumerator