Home
last modified time | relevance | path

Searched refs:NG_HCI_OGF_HC_BASEBAND (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/usr.sbin/bluetooth/hccontrol/
HDhost_controller_baseband.c98 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 …]
HDle.c360 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in set_event_mask()
/freebsd-14-stable/sys/netgraph/bluetooth/drivers/ubt/
HDng_ubt_intel.c219 NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, NG_HCI_OCF_RESET), in ubt_intel_probe()
/freebsd-14-stable/sys/netgraph/bluetooth/hci/
HDng_hci_cmds.c211 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/
HDng_btsocket_hci_raw.c837 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/
HDng_hci.h1013 #define NG_HCI_OGF_HC_BASEBAND 0x03 /* OpCode Group Field */ macro