Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_event.c2777 mgmt_conn = test_and_clear_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags); in hci_cs_disconnect()
3447 mgmt_connected = test_and_clear_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags); in hci_disconn_complete_evt()
5018 if (!ev->status && !test_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) { in hci_remote_ext_features_evt()
7319 mgmt_conn = test_and_clear_bit(HCI_CONN_MGMT_CONNECTED, in hci_le_big_sync_lost_evt()
H A Dmgmt.c3416 if (test_bit(HCI_CONN_MGMT_CONNECTED, &c->flags)) in get_connections()
3428 if (!test_bit(HCI_CONN_MGMT_CONNECTED, &c->flags)) in get_connections()
10030 if (test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) in mgmt_device_connected()
10179 if (test_and_clear_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags)) { in mgmt_connect_failed()
/linux/include/net/bluetooth/
H A Dhci_core.h986 HCI_CONN_MGMT_CONNECTED, enumerator