Searched refs:HCI_CONN_MGMT_CONNECTED (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 2038 !test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) in hci_check_pending_name() 2845 mgmt_connected = test_and_clear_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags); in hci_disconn_complete_evt() 3225 if (!ev->status && !test_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) { in hci_remote_features_evt() 3231 } else if (!test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) in hci_remote_features_evt() 4300 if (!ev->status && !test_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) { in hci_remote_ext_features_evt() 4306 } else if (!test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) in hci_remote_ext_features_evt() 5246 if (!test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) in le_conn_complete_evt()
|
H A D | mgmt.c | 2669 if (test_bit(HCI_CONN_MGMT_CONNECTED, &c->flags)) in get_connections() 2681 if (!test_bit(HCI_CONN_MGMT_CONNECTED, &c->flags)) in get_connections()
|
H A D | l2cap_core.c | 4283 !test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &hcon->flags)) in l2cap_connect_req()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 2808 mgmt_conn = test_and_clear_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags); in hci_cs_disconnect() 3423 mgmt_connected = test_and_clear_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags); in hci_disconn_complete_evt() 3753 if (!ev->status && !test_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) { in hci_remote_features_evt() 5007 if (!ev->status && !test_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) { in hci_remote_ext_features_evt()
|
H A D | mgmt.c | 3158 if (test_bit(HCI_CONN_MGMT_CONNECTED, &c->flags)) in get_connections() 3170 if (!test_bit(HCI_CONN_MGMT_CONNECTED, &c->flags)) in get_connections() 9614 if (test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) in mgmt_device_connected()
|
H A D | l2cap_core.c | 4058 !test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &hcon->flags)) in l2cap_connect_req()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 826 HCI_CONN_MGMT_CONNECTED,
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 965 HCI_CONN_MGMT_CONNECTED, enumerator
|
Completed in 58 milliseconds