Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A 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()
H A Dhci_debugfs.c1006 if (val < 0x0020 || val > 0x4000 || val > hdev->le_adv_max_interval) { in adv_min_interval_set()
1041 hdev->le_adv_max_interval = val; in adv_max_interval_set()
1052 *val = hdev->le_adv_max_interval; in adv_max_interval_get()
H A Dmgmt.c2232 duration = send->cnt * INTERVAL_TO_MS(hdev->le_adv_max_interval); in mesh_send_sync()
2239 hdev->le_adv_max_interval, in mesh_send_sync()
8714 hdev->le_adv_max_interval, 0); in add_advertising()
8909 hdev->le_adv_max_interval; in add_ext_adv_params()
H A Dhci_sync.c1285 hci_cpu_to_le24(hdev->le_adv_max_interval, cp.max_interval); in hci_setup_ext_adv_instance_sync()
1749 adv_max_interval = hdev->le_adv_max_interval; in hci_enable_advertising_sync()
H A Dhci_core.c2449 hdev->le_adv_max_interval = 0x0800; in hci_alloc_dev_priv()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h390 __u16 le_adv_max_interval; member