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

  /src/sys/netbt/
hci_socket.c 93 } hci_cmds[] = { variable in typeref:typename:const struct __anon79821db40108[]
226 for (i = 0; i < __arraycount(hci_cmds); i++) {
227 if (hdr->opcode == hci_cmds[i].opcode
228 && hdr->length == hci_cmds[i].length
229 && (unit->hci_cmds[hci_cmds[i].offs] & hci_cmds[i].mask)) {
247 for (i = 0; i < __arraycount(hci_cmds); i++) {
248 if (opcode == hci_cmds[i].opcode) {
hci.h 2538 uint8_t hci_cmds[HCI_COMMANDS_SIZE]; /* opcode bitmask */ member in struct:hci_unit

Completed in 14 milliseconds