Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bluetooth/
Dhci_bcsp.c215 if (hci_opcode_ogf(__le16_to_cpu(opcode)) == 0x3f) { in bcsp_prepare_pkt()
Dbtmrvl_main.c70 if (hci_opcode_ogf(opcode) == 0x3F) { in btmrvl_check_evtpkt()
/linux-4.1.27/include/net/bluetooth/
Dhci.h1983 #define hci_opcode_ogf(op) (op >> 10) macro
/linux-4.1.27/net/bluetooth/
Dhci_sock.c1161 u16 ogf = hci_opcode_ogf(opcode); in hci_sock_sendmsg()