Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h85 uint8_t rssi_high_thres; member
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_adv_filter.cc371 UINT8_TO_STREAM(p, p_filt_params->rssi_high_thres); in BTM_BleAdvFilterParamSetup()
Dbtm_ble_gap.cc1602 adv_filt_param->rssi_high_thres = LOWEST_RSSI_VALUE; in btm_ble_start_inquiry()
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs125 rssi_high_thres: 0, in create_gatt_filter_param()
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc228 advertising_filter_parameter.rssi_high_thresh = filt_param->rssi_high_thres; in ScanFilterParamSetup()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1610 filt_params->rssi_high_thres = env->CallIntMethod(params, methodId); in gattClientScanFilterParamAddNative()