Symbol: TLV_GET_LE16
net/bluetooth/mgmt_config.c
241
hdev->def_page_scan_type = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
244
hdev->def_page_scan_int = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
247
hdev->def_page_scan_window = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
250
hdev->def_inq_scan_type = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
253
hdev->def_inq_scan_int = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
256
hdev->def_inq_scan_window = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
259
hdev->def_br_lsto = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
262
hdev->def_page_timeout = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
265
hdev->sniff_min_interval = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
268
hdev->sniff_max_interval = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
271
hdev->le_adv_min_interval = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
274
hdev->le_adv_max_interval = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
278
TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
281
hdev->le_scan_interval = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
284
hdev->le_scan_window = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
287
hdev->le_scan_int_suspend = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
290
hdev->le_scan_window_suspend = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
293
hdev->le_scan_int_discovery = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
296
hdev->le_scan_window_discovery = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
299
hdev->le_scan_int_adv_monitor = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
302
hdev->le_scan_window_adv_monitor = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
305
hdev->le_scan_int_connect = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
308
hdev->le_scan_window_connect = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
311
hdev->le_conn_min_interval = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
314
hdev->le_conn_max_interval = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
317
hdev->le_conn_latency = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
320
hdev->le_supv_timeout = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
324
msecs_to_jiffies(TLV_GET_LE16(buffer));
net/bluetooth/mgmt_config.c
327
hdev->advmon_allowlist_duration = TLV_GET_LE16(buffer);
net/bluetooth/mgmt_config.c
330
hdev->advmon_no_filter_duration = TLV_GET_LE16(buffer);