Home
last modified time | relevance | path

Searched refs:hci_send (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dsend_recv.c69 if (hci_send(s, buffer, sizeof(*c) + cp_size) == ERROR) in hci_request()
133 hci_send(int s, char const *buffer, int size) in hci_send() function
H A Dhccontrol.h61 int hci_send (int, char const *, int);
H A Dhost_controller_baseband.c219 if (hci_send(s, (char const *) &cmd, sizeof(cmd)) != OK) in hci_read_stored_link_key()