• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/bluetooth/

Lines Matching refs:__u8

37 	__u8		pscan_rep_mode;
38 __u8 pscan_period_mode;
39 __u8 pscan_mode;
40 __u8 dev_class[3];
43 __u8 ssp_mode;
78 __u8 bus;
79 __u8 dev_type;
81 __u8 dev_name[248];
82 __u8 dev_class[3];
83 __u8 features[8];
84 __u8 commands[64];
85 __u8 ssp_mode;
86 __u8 hci_ver;
173 __u8 mode;
174 __u8 type;
175 __u8 out;
176 __u8 attempt;
177 __u8 dev_class[3];
178 __u8 features[8];
179 __u8 ssp_mode;
184 __u8 auth_type;
185 __u8 sec_level;
186 __u8 power_save;
307 __u8 type, bdaddr_t *ba)
322 __u8 type, __u16 state)
337 void hci_acl_disconn(struct hci_conn *conn, __u8 reason);
340 void hci_sco_setup(struct hci_conn *conn, __u8 status);
347 struct hci_conn *hci_connect(struct hci_dev *hdev, int type, bdaddr_t *dst, __u8 sec_level, __u8 auth_type);
349 int hci_conn_security(struct hci_conn *conn, __u8 sec_level, __u8 auth_type);
351 int hci_conn_switch_role(struct hci_conn *conn, __u8 role);
468 int (*connect_ind) (struct hci_dev *hdev, bdaddr_t *bdaddr, __u8 type);
469 int (*connect_cfm) (struct hci_conn *conn, __u8 status);
471 int (*disconn_cfm) (struct hci_conn *conn, __u8 reason);
474 int (*security_cfm) (struct hci_conn *conn, __u8 status, __u8 encrypt);
477 static inline int hci_proto_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, __u8 type)
493 static inline void hci_proto_connect_cfm(struct hci_conn *conn, __u8 status)
522 static inline void hci_proto_disconn_cfm(struct hci_conn *conn, __u8 reason)
535 static inline void hci_proto_auth_cfm(struct hci_conn *conn, __u8 status)
538 __u8 encrypt;
554 static inline void hci_proto_encrypt_cfm(struct hci_conn *conn, __u8 status, __u8 encrypt)
576 void (*security_cfm) (struct hci_conn *conn, __u8 status, __u8 encrypt);
577 void (*key_change_cfm) (struct hci_conn *conn, __u8 status);
578 void (*role_switch_cfm) (struct hci_conn *conn, __u8 status, __u8 role);
581 static inline void hci_auth_cfm(struct hci_conn *conn, __u8 status)
584 __u8 encrypt;
602 static inline void hci_encrypt_cfm(struct hci_conn *conn, __u8 status, __u8 encrypt)
620 static inline void hci_key_change_cfm(struct hci_conn *conn, __u8 status)
633 static inline void hci_role_switch_cfm(struct hci_conn *conn, __u8 status, __u8 role)