Searched refs:hci_send (Results 1 – 3 of 3) sorted by relevance
69 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
61 int hci_send (int, char const *, int);
219 if (hci_send(s, (char const *) &cmd, sizeof(cmd)) != OK) in hci_read_stored_link_key()