Searched refs:HCI_CONN_SCANNING (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_conn.c | 424 test_bit(HCI_CONN_SCANNING, &conn->flags)) { in hci_conn_timeout() 892 clear_bit(HCI_CONN_SCANNING, &conn->flags); in hci_req_add_le_create_conn() 1031 if (conn && !test_bit(HCI_CONN_SCANNING, &conn->flags)) { in hci_connect_le() 1223 set_bit(HCI_CONN_SCANNING, &conn->flags); in hci_connect_le_scan()
|
H A D | hci_request.c | 1031 test_bit(HCI_CONN_SCANNING, &c->flags)) { in hci_is_le_conn_scanning() 2814 if (test_bit(HCI_CONN_SCANNING, &conn->flags)) in __hci_abort_conn()
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 981 HCI_CONN_SCANNING, enumerator 1419 !test_bit(HCI_CONN_SCANNING, &c->flags)) { in hci_lookup_le_connect() 1440 test_bit(HCI_CONN_SCANNING, &c->flags)) { in hci_is_le_conn_scanning()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_conn.c | 1325 clear_bit(HCI_CONN_SCANNING, &conn->flags); in hci_connect_le_sync() 1359 if (conn && !test_bit(HCI_CONN_SCANNING, &conn->flags)) { in hci_connect_le() 1605 set_bit(HCI_CONN_SCANNING, &conn->flags); in hci_connect_le_scan()
|
H A D | hci_sync.c | 5282 if (test_bit(HCI_CONN_SCANNING, &conn->flags)) in hci_le_connect_cancel_sync()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 841 HCI_CONN_SCANNING, 1045 !test_bit(HCI_CONN_SCANNING, &c->flags)) {
|
Completed in 23 milliseconds