Home
last modified time | relevance | path

Searched refs:NG_HCI_OGF_LE (Results 1 – 5 of 5) sorted by relevance

/NextBSD/usr.sbin/bluetooth/hccontrol/
HDle.c109 e = hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_scan_param()
134 e = hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_scan_enable()
215 e = hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_scan_response()
232 NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_read_local_supported_features()
250 NG_HCI_OGF_LE, in le_read_supported_status()
272 e = hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in set_le_event_mask()
/NextBSD/sys/netgraph/bluetooth/hci/
HDng_hci_cmds.c229 case NG_HCI_OGF_LE: in ng_hci_process_command_complete()
304 case NG_HCI_OGF_LE: in ng_hci_process_command_status()
HDng_hci_ulpi.c617 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LE, in ng_hci_lp_le_con_req()
/NextBSD/sys/netgraph/bluetooth/socket/
HDng_btsocket_hci_raw.c880 f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_LE -1]; in ng_btsocket_hci_raw_init()
/NextBSD/sys/netgraph/bluetooth/include/
HDng_hci.h1458 #define NG_HCI_OGF_LE 0x08 /* OpCode Group Field */ macro