Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/
Dbtmrvl.txt102 Hcitool cmd <ogf> <ocf> [Parameters]
/Linux-v4.19/net/bluetooth/
Dhci_sock.c1759 u16 ogf = hci_opcode_ogf(opcode); in hci_sock_sendmsg() local
1762 if (((ogf > HCI_SFLT_MAX_OGF) || in hci_sock_sendmsg()
1764 &hci_sec_filter.ocf_mask[ogf])) && in hci_sock_sendmsg()
1775 if (ogf == 0x3f) { in hci_sock_sendmsg()
/Linux-v4.19/include/net/bluetooth/
Dhci.h2247 #define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10))) argument