Searched refs:NG_HCI_OGF_LE (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/usr.sbin/bluetooth/hccontrol/ |
| D | le.c | 112 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/ |
| D | ng_hci_cmds.c | 231 case NG_HCI_OGF_LE: in ng_hci_process_command_complete() 306 case NG_HCI_OGF_LE: in ng_hci_process_command_status()
|
| D | ng_hci_ulpi.c | 619 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/ |
| D | ng_hci.h | 1464 #define NG_HCI_OGF_LE 0x08 /* OpCode Group Field */ macro
|
| /freebsd-12-stable/sys/netgraph/bluetooth/socket/ |
| D | ng_btsocket_hci_raw.c | 883 f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_LE -1]; in ng_btsocket_hci_raw_init()
|