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,
|