Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez/
H A D0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch59 uint16_t ogf, ocf;
74 - &socko, &req.ogf, &req.ocf, &req.event, &req.rlen,
76 + &socko, &req.ogf, &req.ocf, &req.event, &req.rlen,
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dbtmrvl.rst102 Hcitool cmd <ogf> <ocf> [Parameters]
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_sock.c1804 u16 ogf = hci_opcode_ogf(opcode); in hci_sock_sendmsg() local
1807 if (((ogf > HCI_SFLT_MAX_OGF) || in hci_sock_sendmsg()
1809 &hci_sec_filter.ocf_mask[ogf])) && in hci_sock_sendmsg()
1820 if (ogf == 0x3f) { in hci_sock_sendmsg()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h2524 #define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10))) argument