Home
last modified time | relevance | path

Searched refs:filt_type (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_hcic_hcicmds.cc227 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 Dhcimsgs.h152 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 Dhcicmds.cc1093 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 Dcom_android_bluetooth_gatt.cpp1460 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()