Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h86 uint8_t rssi_low_thres; member
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_adv_filter.cc381 UINT8_TO_STREAM(p, p_filt_params->rssi_low_thres); in BTM_BleAdvFilterParamSetup()
Dbtm_ble_gap.cc1601 adv_filt_param->rssi_low_thres = LOWEST_RSSI_VALUE; in btm_ble_start_inquiry()
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs126 rssi_low_thres: 0, in create_gatt_filter_param()
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc235 advertising_filter_parameter.rssi_low_thresh = filt_param->rssi_low_thres; in ScanFilterParamSetup()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1613 filt_params->rssi_low_thres = env->CallIntMethod(params, methodId); in gattClientScanFilterParamAddNative()