Searched refs:NG_HCI_OGF_HC_BASEBAND (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14-stable/usr.sbin/bluetooth/hccontrol/ |
| HD | host_controller_baseband.c | 98 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_reset() 119 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_read_pin_type() 159 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_write_pin_type() 197 cmd.hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_read_stored_link_key() 330 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_write_stored_link_key() 378 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_delete_stored_link_key() 415 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_change_local_name() 438 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_read_local_name() 462 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_read_connection_accept_timeout() 504 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_write_connection_accept_timeout() [all …]
|
| HD | le.c | 360 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in set_event_mask()
|
| /freebsd-14-stable/sys/netgraph/bluetooth/drivers/ubt/ |
| HD | ng_ubt_intel.c | 219 NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, NG_HCI_OCF_RESET), in ubt_intel_probe()
|
| /freebsd-14-stable/sys/netgraph/bluetooth/hci/ |
| HD | ng_hci_cmds.c | 211 case NG_HCI_OGF_HC_BASEBAND: in ng_hci_process_command_complete() 313 case NG_HCI_OGF_HC_BASEBAND: in ng_hci_process_command_status()
|
| /freebsd-14-stable/sys/netgraph/bluetooth/socket/ |
| HD | ng_btsocket_hci_raw.c | 837 f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_HC_BASEBAND-1]; in ng_btsocket_hci_raw_init()
|
| /freebsd-14-stable/sys/netgraph/bluetooth/include/ |
| HD | ng_hci.h | 1013 #define NG_HCI_OGF_HC_BASEBAND 0x03 /* OpCode Group Field */ macro
|