Searched refs:HCI_OGF (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/netbt/ |
H A D | hci_event.c | 264 HCI_OGF(ep.opcode), HCI_OCF(ep.opcode), in hci_event_command_status() 284 HCI_OGF(ep.opcode), HCI_OCF(ep.opcode), in hci_event_command_status() 310 HCI_OGF(le16toh(ep.opcode)), HCI_OCF(le16toh(ep.opcode)), in hci_event_command_compl() 325 HCI_OGF(le16toh(ep.opcode)), HCI_OCF(le16toh(ep.opcode)), in hci_event_command_compl()
|
H A D | hci_unit.c | 332 HCI_OGF(opcode), HCI_OCF(opcode)); in hci_send_cmd()
|
H A D | hci_socket.c | 670 HCI_OGF(hdr.opcode), HCI_OCF(hdr.opcode)); in hci_send()
|
H A D | hci.h | 407 #define HCI_OGF(op) (((op) >> 10) & 0x3f) macro
|
/netbsd-src/usr.sbin/btconfig/ |
H A D | btconfig.c | 401 HCI_OGF(opcode), HCI_OCF(opcode)); in hci_req() 405 HCI_OGF(opcode), HCI_OCF(opcode), ((uint8_t *)rbuf)[0]); in hci_req()
|