Searched refs:HCI_ADVERTISING (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/net/bluetooth/ |
| D | hci_request.c | 1207 old_state = hci_dev_test_flag(hdev, HCI_ADVERTISING); in hci_req_prepare_suspend() 1274 hci_dev_set_flag(hdev, HCI_ADVERTISING); in hci_req_prepare_suspend() 1821 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING) && in hci_req_reenable_advertising() 2193 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in __hci_req_schedule_adv_instance() 2311 hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_req_clear_adv_instance() 2519 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in connectable_update() 2628 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in discoverable_update() 3223 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in powered_update_hci() 3239 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in powered_update_hci()
|
| D | mgmt.c | 855 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in get_current_settings() 976 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING)) in rpa_expired() 1648 hci_dev_test_flag(hdev, HCI_ADVERTISING) && in set_bondable() 1972 if (!val && hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in set_le() 1973 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_le() 3341 if (lmp_le_capable(hdev) && hci_dev_test_flag(hdev, HCI_ADVERTISING)) in set_local_name() 3987 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_exp_feature() 5094 hci_dev_set_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 5096 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 5120 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in set_advertising_complete() [all …]
|
| D | hci_event.c | 1697 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported()
|
| D | l2cap_core.c | 7888 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in l2cap_chan_connect()
|
| /Linux-v5.10/include/net/bluetooth/ |
| D | hci.h | 304 HCI_ADVERTISING, enumerator
|