Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netgraph/bluetooth/include/
Dng_hci.h385 } __attribute__ ((packed)) ng_hci_status_rp; typedef
627 typedef ng_hci_status_rp ng_hci_inquiry_cancel_rp;
638 typedef ng_hci_status_rp ng_hci_periodic_inquiry_rp;
642 typedef ng_hci_status_rp ng_hci_exit_periodic_inquiry_rp;
896 typedef ng_hci_status_rp ng_hci_set_event_mask_rp;
900 typedef ng_hci_status_rp ng_hci_reset_rp;
909 typedef ng_hci_status_rp ng_hci_set_event_filter_rp;
933 typedef ng_hci_status_rp ng_hci_write_pin_type_rp;
937 typedef ng_hci_status_rp ng_hci_create_new_unit_key_rp;
980 typedef ng_hci_status_rp ng_hci_change_local_name_rp;
[all …]
/freebsd-10-stable/usr.sbin/bluetooth/hccontrol/
Dhost_controller_baseband.c92 ng_hci_status_rp rp; in hci_reset()