Searched refs:HCI_CONN_MGMT_CONNECTED (Results 1 – 3 of 3) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_event.c | 2731 mgmt_conn = test_and_clear_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags); in hci_cs_disconnect() 3415 mgmt_connected = test_and_clear_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags); in hci_disconn_complete_evt() 4981 if (!ev->status && !test_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) { in hci_sync_conn_complete_evt() 7213 mgmt_conn = test_and_clear_bit(HCI_CONN_MGMT_CONNECTED, in hci_le_read_all_remote_features_evt()
|
| H A D | mgmt.c | 3359 if (test_bit(HCI_CONN_MGMT_CONNECTED, &c->flags)) in get_connections() 3371 if (!test_bit(HCI_CONN_MGMT_CONNECTED, &c->flags)) in get_connections() 9760 if (test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) in mgmt_device_connected() 9893 if (test_and_clear_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) { in mgmt_connect_failed()
|
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 971 HCI_CONN_MGMT_CONNECTED, 969 HCI_CONN_MGMT_CONNECTED, global() enumerator
|