HomeSort by: relevance | last modified time | path
    Searched defs:hci_req (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/btkey/
device.c 61 hci_req(uint16_t opcode, void *cptr, size_t clen, int (*func_cc)(void *), function in typeref:typename:bool
172 return hci_req(HCI_CMD_READ_STORED_LINK_KEY,
210 return hci_req(HCI_CMD_READ_STORED_LINK_KEY,
240 return hci_req(HCI_CMD_WRITE_STORED_LINK_KEY,
269 return hci_req(HCI_CMD_DELETE_STORED_LINK_KEY,
  /src/usr.sbin/btconfig/
btconfig.c 71 static void hci_req(uint16_t, uint8_t , void *, size_t, void *, size_t);
387 hci_req(uint16_t opcode, uint8_t event, void *cbuf, size_t clen, function in typeref:typename:void
417 hci_req(opcode, 0, cbuf, clen, buf, sizeof(buf));
429 hci_req(opcode, 0, NULL, 0, buf, sizeof(buf));
484 hci_req(HCI_CMD_RESET, 0, NULL, 0, NULL, 0);
1102 hci_req(HCI_CMD_REMOTE_NAME_REQ,

Completed in 40 milliseconds