Searched refs:filt_type (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/bt/test/mock/ |
H A D | mock_hcic_hcicmds.cc | 227 void btsnd_hcic_set_event_filter(uint8_t filt_type, uint8_t filt_cond_type, in btsnd_hcic_set_event_filter() argument
|
/aosp12/system/bt/stack/include/ |
H A D | hcimsgs.h | 152 void (*SetEventFilter)(uint8_t filt_type, uint8_t filt_cond_type, 413 extern void btsnd_hcic_set_event_filter(uint8_t filt_type,
|
/aosp12/system/bt/stack/hcic/ |
H A D | hcicmds.cc | 1093 void btsnd_hcic_set_event_filter(uint8_t filt_type, uint8_t filt_cond_type, in btsnd_hcic_set_event_filter() argument 1102 if (filt_type) { in btsnd_hcic_set_event_filter() 1106 UINT8_TO_STREAM(pp, filt_type); in btsnd_hcic_set_event_filter() 1128 UINT8_TO_STREAM(pp, filt_type); in btsnd_hcic_set_event_filter()
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_gatt.cpp | 1460 static void scan_filter_cfg_cb(uint8_t client_if, uint8_t filt_type, in scan_filter_cfg_cb() argument 1466 status, client_if, filt_type, avbl_space); in scan_filter_cfg_cb()
|