Searched refs:ocf (Results 1 – 4 of 4) sorted by relevance
98 Usage: Hcitool cmd <ogf> <ocf> [Parameters]
947 __u64 ocf = data ? data->ocd_connect_flags : 0; /* for post-condition in obd_connect() local958 LASSERT(ergo(data != NULL, (data->ocd_connect_flags & ocf) == in obd_connect()971 __u64 ocf = d ? d->ocd_connect_flags : 0; /* for post-condition in obd_reconnect() local983 (d->ocd_connect_flags & ocf) == d->ocd_connect_flags)); in obd_reconnect()
1982 #define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10))) argument
1162 u16 ocf = hci_opcode_ocf(opcode); in hci_sock_sendmsg() local1165 !hci_test_bit(ocf & HCI_FLT_OCF_BITS, in hci_sock_sendmsg()