Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/facades/bluetooth/
Dbt_binder_facade.cpp151 bluetooth::AdvertiseSettings::Mode adv_mode; in BtBinderSetAdvSettings() local
154 adv_mode = bluetooth::AdvertiseSettings::Mode::MODE_LOW_POWER; in BtBinderSetAdvSettings()
157 adv_mode = bluetooth::AdvertiseSettings::Mode::MODE_BALANCED; in BtBinderSetAdvSettings()
160 adv_mode = bluetooth::AdvertiseSettings::Mode::MODE_LOW_LATENCY; in BtBinderSetAdvSettings()
194 adv_mode, adv_timeout, adv_tx_power_level, is_connectable); in BtBinderSetAdvSettings()