Searched defs:type_mask (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluez/tools/
H A Dhcisecfilter.c38 uint32_t type_mask; local
43 memset(&type_mask, 0, sizeof(type_mask));
44 hci_set_bit(HCI_EVENT_PKT, &type_mask);
46 printf("Type mask: { 0x%02x }\n", type_mask);
/external/bluetooth/bluez/lib/bluetooth/
H A Dhci.h2064 uint32_t type_mask; member in struct:hci_filter

Completed in 371 milliseconds