Searched refs:HCI_CONN_MGMT_CONNECTED (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/net/bluetooth/ |
D | hci_event.c | 2499 !test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) in hci_check_pending_name() 2790 mgmt_conn = test_and_clear_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags); in hci_cs_disconnect() 3409 mgmt_connected = test_and_clear_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags); in hci_disconn_complete_evt() 3747 if (!ev->status && !test_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) { in hci_remote_features_evt() 3753 } else if (!test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) in hci_remote_features_evt() 4926 if (!ev->status && !test_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) { in hci_remote_ext_features_evt() 4932 } else if (!test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) in hci_remote_ext_features_evt() 5906 if (!test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) in le_conn_complete_evt()
|
D | mgmt.c | 3198 if (test_bit(HCI_CONN_MGMT_CONNECTED, &c->flags)) in get_connections() 3210 if (!test_bit(HCI_CONN_MGMT_CONNECTED, &c->flags)) in get_connections()
|
D | l2cap_core.c | 4268 !test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &hcon->flags)) in l2cap_connect_req()
|
/linux-6.1.9/include/net/bluetooth/ |
D | hci_core.h | 943 HCI_CONN_MGMT_CONNECTED, enumerator
|