Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/bluetooth/
Dbtmrvl_main.c70 if (hci_opcode_ogf(opcode) == 0x3F) { in btmrvl_check_evtpkt()
Dhci_bcsp.c216 if (hci_opcode_ogf(__le16_to_cpu(opcode)) == 0x3f) { in bcsp_prepare_pkt()
/linux-4.19.296/include/net/bluetooth/
Dhci.h2249 #define hci_opcode_ogf(op) (op >> 10) macro