Home
last modified time | relevance | path

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

/Linux-v6.1/net/bluetooth/
Dmgmt_config.c61 HDEV_PARAM_U16(le_adv_max_interval); in read_def_system_config()
93 TLV_SET_U16(0x000b, le_adv_max_interval), in read_def_system_config()
256 hdev->le_adv_max_interval = TLV_GET_LE16(buffer); in set_def_system_config()
Dhci_debugfs.c992 if (val < 0x0020 || val > 0x4000 || val > hdev->le_adv_max_interval) in adv_min_interval_set()
1024 hdev->le_adv_max_interval = val; in adv_max_interval_set()
1035 *val = hdev->le_adv_max_interval; in adv_max_interval_get()
Dhci_sync.c1077 hci_cpu_to_le24(hdev->le_adv_max_interval, cp.max_interval); in hci_setup_ext_adv_instance_sync()
1540 adv_max_interval = hdev->le_adv_max_interval; in hci_enable_advertising_sync()
Dmgmt.c2272 duration = send->cnt * INTERVAL_TO_MS(hdev->le_adv_max_interval); in mesh_send_sync()
2279 hdev->le_adv_max_interval, in mesh_send_sync()
8705 hdev->le_adv_max_interval, 0); in add_advertising()
8900 hdev->le_adv_max_interval; in add_ext_adv_params()
Dhci_core.c2462 hdev->le_adv_max_interval = 0x0800; in hci_alloc_dev_priv()
/Linux-v6.1/include/net/bluetooth/
Dhci_core.h396 __u16 le_adv_max_interval; member