Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bluetooth/hccontrol/
HDstatus.c63 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_STATUS, in hci_read_failed_contact_counter()
105 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_STATUS, in hci_reset_failed_contact_counter()
144 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_STATUS, in hci_get_link_quality()
186 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_STATUS, in hci_read_rssi()
/NextBSD/sys/netgraph/bluetooth/hci/
HDng_hci_cmds.c220 case NG_HCI_OGF_STATUS: in ng_hci_process_command_complete()
314 case NG_HCI_OGF_STATUS: in ng_hci_process_command_status()
/NextBSD/sys/netgraph/bluetooth/socket/
HDng_btsocket_hci_raw.c871 f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_STATUS - 1]; in ng_btsocket_hci_raw_init()
/NextBSD/sys/netgraph/bluetooth/include/
HDng_hci.h1381 #define NG_HCI_OGF_STATUS 0x05 /* OpCode Group Field */ macro