Home
last modified time | relevance | path

Searched refs:hci_opcode_ogf (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_bcsp.c201 if (hci_opcode_ogf(__le16_to_cpu(opcode)) == 0x3f) { in bcsp_prepare_pkt()
H A Dbtmrvl_main.c70 if (hci_opcode_ogf(opcode) == 0x3F) { in btmrvl_check_evtpkt()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h2525 #define hci_opcode_ogf(op) (op >> 10) macro
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_sock.c1804 u16 ogf = hci_opcode_ogf(opcode); in hci_sock_sendmsg()
H A Dhci_core.c4091 if (hci_opcode_ogf(opcode) != 0x3f) { in __hci_cmd_send()