Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/bluetooth/
Dhci_core.h980 HCI_CONN_SCANNING, enumerator
1418 !test_bit(HCI_CONN_SCANNING, &c->flags)) { in hci_lookup_le_connect()
1439 test_bit(HCI_CONN_SCANNING, &c->flags)) { in hci_is_le_conn_scanning()
/linux-6.6.21/net/bluetooth/
Dhci_conn.c1329 clear_bit(HCI_CONN_SCANNING, &conn->flags); in hci_connect_le_sync()
1363 if (conn && !test_bit(HCI_CONN_SCANNING, &conn->flags)) { in hci_connect_le()
1609 set_bit(HCI_CONN_SCANNING, &conn->flags); in hci_connect_le_scan()
Dhci_sync.c5265 if (test_bit(HCI_CONN_SCANNING, &conn->flags)) in hci_le_connect_cancel_sync()