Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/bluetooth/hccontrol/
HDle.c124 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_scan_param()
156 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_scan_enable()
245 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_scan_response()
274 NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_read_local_supported_features()
304 NG_HCI_OGF_LE, in le_read_supported_states()
333 if(hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in set_le_event_mask()
421 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_advertising_enable()
499 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_advertising_param()
521 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_read_advertising_channel_tx_power()
555 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_advertising_data()
[all …]
/freebsd-13-stable/sys/netgraph/bluetooth/hci/
HDng_hci_cmds.c230 case NG_HCI_OGF_LE: in ng_hci_process_command_complete()
305 case NG_HCI_OGF_LE: in ng_hci_process_command_status()
HDng_hci_ulpi.c618 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LE, in ng_hci_lp_le_con_req()
/freebsd-13-stable/sys/netgraph/bluetooth/socket/
HDng_btsocket_hci_raw.c883 f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_LE -1]; in ng_btsocket_hci_raw_init()
/freebsd-13-stable/sys/netgraph/bluetooth/include/
HDng_hci.h1527 #define NG_HCI_OGF_LE 0x08 /* OpCode Group Field */ macro