ble_gatt_client
|
#include <hci.h>
Data Fields | |
uint32_t | type_mask |
uint32_t | event_mask [2] |
uint16_t | opcode |
uint32_t hci_filter::event_mask[2] |
Definition at line 2354 of file hci.h.
Referenced by hci_filter_all_events(), hci_filter_clear_event(), hci_filter_set_event(), and hci_filter_test_event().
uint16_t hci_filter::opcode |
Definition at line 2355 of file hci.h.
Referenced by hci_filter_clear_opcode(), hci_filter_set_opcode(), and hci_filter_test_opcode().
uint32_t hci_filter::type_mask |
Definition at line 2353 of file hci.h.
Referenced by hci_filter_all_ptypes(), hci_filter_clear_ptype(), hci_filter_set_ptype(), and hci_filter_test_ptype().