Home
last modified time | relevance | path

Searched refs:hci_test_bit (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/bluetooth/
Dhci_sock.c112 if (!hci_test_bit((skb->pkt_type & HCI_FLT_TYPE_BITS), &flt->type_mask)) in hci_send_to_sock()
118 if (!hci_test_bit(evt, &flt->event_mask)) in hci_send_to_sock()
402 !hci_test_bit(ocf & HCI_FLT_OCF_BITS, &hci_sec_filter.ocf_mask[ogf])) && in hci_sock_sendmsg()
/linux-2.4.37.9/include/net/bluetooth/
Dhci.h704 static inline int hci_test_bit(int nr, void *addr) in hci_test_bit() function
710 #define hci_test_bit test_bit macro