Home
last modified time | relevance | path

Searched refs:ogf (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/Documentation/admin-guide/
H A Dbtmrvl.rst102 Hcitool cmd <ogf> <ocf> [Parameters]
/linux-6.15/net/bluetooth/
H A Dhci_sock.c1872 u16 ogf = hci_opcode_ogf(opcode); in hci_sock_sendmsg() local
1875 if (((ogf > HCI_SFLT_MAX_OGF) || in hci_sock_sendmsg()
1877 &hci_sec_filter.ocf_mask[ogf])) && in hci_sock_sendmsg()
1888 if (ogf == 0x3f) { in hci_sock_sendmsg()
/linux-6.15/include/net/bluetooth/
H A Dhci.h2962 #define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10))) argument