Lines Matching refs:__u16

144 	__u16	cid;
145 __u16 vid;
251 __u16 timeout;
252 __u16 remaining_time;
253 __u16 duration;
254 __u16 adv_data_len;
257 __u16 scan_rsp_len;
260 __u16 per_adv_data_len;
289 __u16 handle;
304 __u16 low_threshold_timeout;
305 __u16 high_threshold_timeout;
312 __u16 handle;
354 __u16 id;
365 __u16 appearance;
380 __u16 hci_rev;
382 __u16 manufacturer;
383 __u16 lmp_subver;
384 __u16 voice_setting;
386 __u16 stored_max_keys;
387 __u16 stored_num_keys;
391 __u16 page_scan_interval;
392 __u16 page_scan_window;
395 __u16 le_adv_min_interval;
396 __u16 le_adv_max_interval;
398 __u16 le_scan_interval;
399 __u16 le_scan_window;
400 __u16 le_scan_int_suspend;
401 __u16 le_scan_window_suspend;
402 __u16 le_scan_int_discovery;
403 __u16 le_scan_window_discovery;
404 __u16 le_scan_int_adv_monitor;
405 __u16 le_scan_window_adv_monitor;
406 __u16 le_scan_int_connect;
407 __u16 le_scan_window_connect;
408 __u16 le_conn_min_interval;
409 __u16 le_conn_max_interval;
410 __u16 le_conn_latency;
411 __u16 le_supv_timeout;
412 __u16 le_def_tx_len;
413 __u16 le_def_tx_time;
414 __u16 le_max_tx_len;
415 __u16 le_max_tx_time;
416 __u16 le_max_rx_len;
417 __u16 le_max_rx_time;
420 __u16 discov_interleaved_timeout;
421 __u16 conn_info_min_age;
422 __u16 conn_info_max_age;
423 __u16 auth_payload_timeout;
430 __u16 advmon_allowlist_duration;
431 __u16 advmon_no_filter_duration;
434 __u16 devid_source;
435 __u16 devid_vendor;
436 __u16 devid_product;
437 __u16 devid_version;
440 __u16 def_page_scan_int;
441 __u16 def_page_scan_window;
443 __u16 def_inq_scan_int;
444 __u16 def_inq_scan_window;
445 __u16 def_br_lsto;
446 __u16 def_page_timeout;
447 __u16 def_multi_adv_rotation_duration;
448 __u16 def_le_autoconnect_timeout;
452 __u16 pkt_type;
453 __u16 esco_type;
454 __u16 link_policy;
455 __u16 link_mode;
458 __u16 sniff_min_interval;
459 __u16 sniff_max_interval;
500 __u16 discov_timeout;
594 __u16 adv_instance_timeout;
623 __u16 msft_opcode;
677 __u16 handle;
678 __u16 sync_handle;
679 __u16 state;
680 __u16 mtu;
688 __u16 pkt_type;
689 __u16 link_policy;
699 __u16 disc_timeout;
700 __u16 conn_timeout;
701 __u16 setting;
702 __u16 auth_payload_timeout;
703 __u16 le_conn_min_interval;
704 __u16 le_conn_max_interval;
705 __u16 le_conn_interval;
706 __u16 le_conn_latency;
707 __u16 le_supv_timeout;
711 __u16 le_per_adv_data_len;
712 __u16 le_per_adv_data_offset;
727 __u16 clock_accuracy;
773 __u16 handle;
1070 static inline __u8 hci_conn_lookup_type(struct hci_dev *hdev, __u16 handle)
1139 __u16 handle)
1283 hci_conn_hash_lookup_big_state(struct hci_dev *hdev, __u8 handle, __u16 state)
1330 hci_conn_hash_lookup_pa_sync_handle(struct hci_dev *hdev, __u16 sync_handle)
1352 __u8 type, __u16 state)
1374 __u16 state, void *data)
1454 bool hci_setup_sync(struct hci_conn *conn, __u16 handle);
1470 struct hci_chan *hci_chan_lookup_handle(struct hci_dev *hdev, __u16 handle);
1484 __u16 setting, struct bt_codec *codec,
1500 __u16 sync_handle, __u8 num_bis, __u8 bis[]);
1648 static inline void hci_set_msft_opcode(struct hci_dev *hdev, __u16 opcode)
1671 int hci_dev_open(__u16 dev);
1672 int hci_dev_close(__u16 dev);
1674 int hci_dev_reset(__u16 dev);
1675 int hci_dev_reset_stat(__u16 dev);
2138 int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen,
2140 void hci_send_acl(struct hci_chan *chan, struct sk_buff *skb, __u16 flags);
2144 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode);