Home
last modified time | relevance | path

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

/linux-6.6.21/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.c993 if (val < 0x0020 || val > 0x4000 || val > hdev->le_adv_max_interval) in adv_min_interval_set()
1025 hdev->le_adv_max_interval = val; in adv_max_interval_set()
1036 *val = hdev->le_adv_max_interval; in adv_max_interval_get()
Dmgmt.c2298 duration = send->cnt * INTERVAL_TO_MS(hdev->le_adv_max_interval); in mesh_send_sync()
2305 hdev->le_adv_max_interval, in mesh_send_sync()
8718 hdev->le_adv_max_interval, 0); in add_advertising()
8913 hdev->le_adv_max_interval; in add_ext_adv_params()
Dhci_sync.c1105 hci_cpu_to_le24(hdev->le_adv_max_interval, cp.max_interval); in hci_setup_ext_adv_instance_sync()
1569 adv_max_interval = hdev->le_adv_max_interval; in hci_enable_advertising_sync()
Dhci_core.c2493 hdev->le_adv_max_interval = 0x0800; in hci_alloc_dev_priv()
/linux-6.6.21/include/net/bluetooth/
Dhci_core.h405 __u16 le_adv_max_interval; member