Home
last modified time | relevance | path

Searched refs:lost_timeout (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h89 uint16_t lost_timeout; member
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_adv_filter.cc383 UINT16_TO_STREAM(p, p_filt_params->lost_timeout); in BTM_BleAdvFilterParamSetup()
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs129 lost_timeout: 0, in create_gatt_filter_param()
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc236 advertising_filter_parameter.onlost_timeout = filt_param->lost_timeout; in ScanFilterParamSetup()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1601 filt_params->lost_timeout = env->CallIntMethod(params, methodId); in gattClientScanFilterParamAddNative()