Home
last modified time | relevance | path

Searched refs:ext_adv_capable (Results 1 – 6 of 6) sorted by relevance

/linux/net/bluetooth/
H A Dhci_sync.c435 if (ext_adv_capable(hdev)) { in reenable_adv_sync()
531 if (next_instance && !ext_adv_capable(hdev)) in hci_clear_adv_instance_sync()
1331 if (ext_adv_capable(hdev)) in hci_setup_ext_adv_instance_sync()
1543 if (ext_adv_capable(hdev)) in hci_enable_ext_advertising_sync()
1814 if (ext_adv_capable(hdev)) in hci_start_adv_sync()
1838 if (ext_adv_capable(hdev)) in hci_enable_advertising_sync()
1933 if (!ext_adv_capable(hdev)) in hci_remove_ext_adv_instance_sync()
1967 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) && !ext_adv_capable(hdev)) in hci_schedule_adv_instance_sync()
1997 if (!ext_adv_capable(hdev)) { in hci_schedule_adv_instance_sync()
2021 if (!ext_adv_capable(hde in hci_clear_adv_sets_sync()
[all...]
H A Deir.c309 if (ext_adv_capable(hdev)) { in eir_create_adv_data()
H A Dmgmt.c1032 if (ext_adv_capable(hdev)) in rpa_expired_sync()
2155 if (ext_adv_capable(hdev)) in set_le_sync()
2169 if (ext_adv_capable(hdev)) { in set_le_sync()
6510 if (ext_adv_capable(hdev)) { in set_adv_sync()
8497 if (hdev->adv_tx_power != HCI_TX_POWER_INVALID || ext_adv_capable(hdev)) in get_supported_adv_flags()
8500 if (ext_adv_capable(hdev)) { in get_supported_adv_flags()
9031 if (ext_adv_capable(hdev)) { in add_ext_adv_params()
9088 if (ext_adv_capable(hdev)) { in add_ext_adv_data_sync()
H A Dhci_conn.c628 if (ext_adv_capable(hdev)) { in le_disable_advertising()
H A Dhci_event.c5693 if (!ext_adv_capable(conn->hdev)) in le_conn_update_addr()
5845 if (!ext_adv_capable(hdev)) in le_conn_complete_evt()
/linux/include/net/bluetooth/
H A Dhci_core.h2023 #define ext_adv_capable(dev) (((dev)->le_features[1] & HCI_LE_EXT_ADV)) macro
2027 (ext_adv_capable(dev) ? HCI_MAX_EXT_AD_LENGTH : HCI_MAX_AD_LENGTH)
2035 ext_adv_capable(dev)) && \