Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bluetooth/hccontrol/
Dle.c112 e = hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_scan_param()
137 e = hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_scan_enable()
219 e = hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_scan_response()
242 NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_read_local_supported_features()
272 NG_HCI_OGF_LE, in le_read_supported_states()
301 e = hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in set_le_event_mask()
363 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_advertising_enable()
441 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_advertising_param()
463 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_read_advertising_channel_tx_power()
497 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_advertising_data()
/freebsd-12-stable/sys/netgraph/bluetooth/hci/
Dng_hci_cmds.c231 case NG_HCI_OGF_LE: in ng_hci_process_command_complete()
306 case NG_HCI_OGF_LE: in ng_hci_process_command_status()
Dng_hci_ulpi.c619 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LE, in ng_hci_lp_le_con_req()
/freebsd-12-stable/sys/netgraph/bluetooth/include/
Dng_hci.h1464 #define NG_HCI_OGF_LE 0x08 /* OpCode Group Field */ macro
/freebsd-12-stable/sys/netgraph/bluetooth/socket/
Dng_btsocket_hci_raw.c883 f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_LE -1]; in ng_btsocket_hci_raw_init()