Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/bluetooth/
Dhci_bcsp.c217 if (hci_opcode_ogf(__le16_to_cpu(opcode)) == 0x3f) { in bcsp_prepare_pkt()
/linux-2.6.39/net/bluetooth/
Dhci_sock.c570 u16 ogf = hci_opcode_ogf(opcode); in hci_sock_sendmsg()
/linux-2.6.39/include/net/bluetooth/
Dhci.h1056 #define hci_opcode_ogf(op) (op >> 10) macro