Home
last modified time | relevance | path

Searched refs:feat_seln (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_adv_filter.cc356 log::verbose("Feat mask:{}", p_filt_params->feat_seln); in BTM_BleAdvFilterParamSetup()
365 UINT16_TO_STREAM(p, p_filt_params->feat_seln); in BTM_BleAdvFilterParamSetup()
Dbtm_ble_gap.cc1598 adv_filt_param->feat_seln = ALLOW_ALL_FILTER; in btm_ble_start_inquiry()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h82 uint16_t feat_seln; member
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs122 feat_seln: 0, in create_gatt_filter_param()
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc224 advertising_filter_parameter.feature_selection = filt_param->feat_seln; in ScanFilterParamSetup()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1586 filt_params->feat_seln = env->CallIntMethod(params, methodId); in gattClientScanFilterParamAddNative()