Home
last modified time | relevance | path

Searched refs:HCI_CMD_CREATE_CON (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netbt/
H A Dhci_socket.c113 { HCI_CMD_CREATE_CON,
H A Dhci_event.c266 case HCI_CMD_CREATE_CON: in hci_event_command_status()
H A Dhci_link.c109 err = hci_send_cmd(unit, HCI_CMD_CREATE_CON, &cp, sizeof(cp)); in hci_acl_open()
H A Dhci.h490 #define HCI_CMD_CREATE_CON 0x0405 macro