Searched refs:hci_recv (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/usr.sbin/bluetooth/hccontrol/ |
| D | link_control.c | 108 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()
|
| D | send_recv.c | 75 if (hci_recv(s, buffer, &n) == ERROR) in hci_request() 148 hci_recv(int s, char *buffer, int *size) in hci_recv() function
|
| D | hccontrol.h | 63 int hci_recv (int, char *, int *);
|
| D | link_policy.c | 131 if (hci_recv(s, b, &n0) == ERROR) in hci_switch_role()
|
| D | host_controller_baseband.c | 227 if (hci_recv(s, (char *) &event, &n) != OK) in hci_read_stored_link_key()
|