Searched refs:HCI_ADVERTISING_CONNECTABLE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | mgmt.c | 5200 (cp->val == 0x02) == hci_dev_test_flag(hdev, HCI_ADVERTISING_CONNECTABLE)) || in set_advertising() 5210 hci_dev_set_flag(hdev, HCI_ADVERTISING_CONNECTABLE); in set_advertising() 5212 hci_dev_clear_flag(hdev, HCI_ADVERTISING_CONNECTABLE); in set_advertising() 5215 hci_dev_clear_flag(hdev, HCI_ADVERTISING_CONNECTABLE); in set_advertising() 5244 hci_dev_set_flag(hdev, HCI_ADVERTISING_CONNECTABLE); in set_advertising() 5246 hci_dev_clear_flag(hdev, HCI_ADVERTISING_CONNECTABLE); in set_advertising()
|
H A D | hci_request.c | 1416 /* For instance 0, the HCI_ADVERTISING_CONNECTABLE setting in get_adv_instance_flags() 1419 if (hci_dev_test_flag(hdev, HCI_ADVERTISING_CONNECTABLE)) in get_adv_instance_flags()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | mgmt.c | 6333 hci_dev_set_flag(hdev, HCI_ADVERTISING_CONNECTABLE); in set_adv_sync() 6335 hci_dev_clear_flag(hdev, HCI_ADVERTISING_CONNECTABLE); in set_adv_sync() 6394 (cp->val == 0x02) == hci_dev_test_flag(hdev, HCI_ADVERTISING_CONNECTABLE)) || in set_advertising() 6405 hci_dev_set_flag(hdev, HCI_ADVERTISING_CONNECTABLE); in set_advertising() 6407 hci_dev_clear_flag(hdev, HCI_ADVERTISING_CONNECTABLE); in set_advertising() 6410 hci_dev_clear_flag(hdev, HCI_ADVERTISING_CONNECTABLE); in set_advertising()
|
H A D | hci_core.c | 1842 /* For instance 0, the HCI_ADVERTISING_CONNECTABLE setting in hci_adv_instance_flags() 1845 if (hci_dev_test_flag(hdev, HCI_ADVERTISING_CONNECTABLE)) in hci_adv_instance_flags()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 313 HCI_ADVERTISING_CONNECTABLE, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 398 HCI_ADVERTISING_CONNECTABLE, enumerator
|
Completed in 42 milliseconds