Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dmgmt_config.c226 hdev->def_page_scan_int = TLV_GET_LE16(buffer); in set_def_system_config()
232 hdev->def_inq_scan_type = TLV_GET_LE16(buffer); in set_def_system_config()
235 hdev->def_inq_scan_int = TLV_GET_LE16(buffer); in set_def_system_config()
241 hdev->def_br_lsto = TLV_GET_LE16(buffer); in set_def_system_config()
244 hdev->def_page_timeout = TLV_GET_LE16(buffer); in set_def_system_config()
260 TLV_GET_LE16(buffer); in set_def_system_config()
263 hdev->le_scan_interval = TLV_GET_LE16(buffer); in set_def_system_config()
266 hdev->le_scan_window = TLV_GET_LE16(buffer); in set_def_system_config()
299 hdev->le_conn_latency = TLV_GET_LE16(buffer); in set_def_system_config()
302 hdev->le_supv_timeout = TLV_GET_LE16(buffer); in set_def_system_config()
[all …]