Searched refs:hci_set_bit (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluez/tools/
H A Dhcisecfilter.c44 hci_set_bit(HCI_EVENT_PKT, &type_mask);
50 hci_set_bit(EVT_INQUIRY_COMPLETE, event_mask);
51 hci_set_bit(EVT_INQUIRY_RESULT, event_mask);
52 hci_set_bit(EVT_CONN_COMPLETE, event_mask);
53 hci_set_bit(EVT_CONN_REQUEST, event_mask);
54 hci_set_bit(EVT_DISCONN_COMPLETE, event_mask);
55 hci_set_bit(EVT_AUTH_COMPLETE, event_mask);
56 hci_set_bit(EVT_REMOTE_NAME_REQ_COMPLETE, event_mask);
57 hci_set_bit(EVT_ENCRYPT_CHANGE, event_mask);
58 hci_set_bit(EVT_READ_REMOTE_FEATURES_COMPLET
[all...]
/external/bluetooth/bluez/include/bluetooth/
H A Dhci_lib.h141 static inline void hci_set_bit(int nr, void *addr) function
163 hci_set_bit((t == HCI_VENDOR_PKT) ? 0 : (t & HCI_FLT_TYPE_BITS), &f->type_mask);
179 hci_set_bit((e & HCI_FLT_EVENT_BITS), &f->event_mask);

Completed in 114 milliseconds