Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dinfo.c48 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_INFO, in hci_read_local_version_information()
83 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_INFO, in hci_read_local_supported_commands()
115 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_INFO, in hci_read_local_supported_features()
143 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_INFO, in hci_read_buffer_size()
174 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_INFO, in hci_read_country_code()
199 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_INFO, in hci_read_bd_addr()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_cmds.c216 case NG_HCI_OGF_INFO: in ng_hci_process_command_complete()
314 case NG_HCI_OGF_INFO: in ng_hci_process_command_status()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c862 f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_INFO - 1]; in ng_btsocket_hci_raw_init()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h1399 #define NG_HCI_OGF_INFO 0x04 /* OpCode Group Field */ macro