Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bluetooth/hccontrol/
Dlink_control.c108 if (hci_recv(s, b, &n0) == ERROR) { in hci_inquiry()
263 if (hci_recv(s, b, &n0) == ERROR) in hci_create_connection()
339 if (hci_recv(s, b, &n) == ERROR) in hci_disconnect()
418 if (hci_recv(s, b, &n) == ERROR) in hci_add_sco_connection()
489 if (hci_recv(s, b, &n) == ERROR) in hci_change_connection_packet_type()
582 if (hci_recv(s, b, &n0) == ERROR) in hci_remote_name_request()
645 if (hci_recv(s, b, &n) == ERROR) in hci_read_remote_supported_features()
713 if (hci_recv(s, b, &n) == ERROR) in hci_read_remote_version_information()
785 if (hci_recv(s, b, &n) == ERROR) in hci_read_clock_offset()
Dsend_recv.c75 if (hci_recv(s, buffer, &n) == ERROR) in hci_request()
148 hci_recv(int s, char *buffer, int *size) in hci_recv() function
Dhccontrol.h63 int hci_recv (int, char *, int *);
Dlink_policy.c131 if (hci_recv(s, b, &n0) == ERROR) in hci_switch_role()
Dhost_controller_baseband.c227 if (hci_recv(s, (char *) &event, &n) != OK) in hci_read_stored_link_key()