OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hci_set_bit
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluez/tools/
hcisecfilter.c
44
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_COMPLETE, event_mask)
[
all
...]
/external/bluetooth/bluez/lib/bluetooth/
hci_lib.h
157
static inline void
hci_set_bit
(int nr, void *addr)
function
179
hci_set_bit
((t == HCI_VENDOR_PKT) ? 0 : (t & HCI_FLT_TYPE_BITS), &f->type_mask);
195
hci_set_bit
((e & HCI_FLT_EVENT_BITS), &f->event_mask);
Completed in 41 milliseconds