Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/utils/
Dcommand_receiver.cpp175 int timeout_seconds; in bluetooth_binder_set_adv_settings_wrapper() local
193 timeout_seconds = doc[sl4n::kParamsStr][1].GetInt(); in bluetooth_binder_set_adv_settings_wrapper()
215 mode, timeout_seconds, tx_power_level, is_connectable); in bluetooth_binder_set_adv_settings_wrapper()
/packages/apps/Test/connectivity/sl4n/facades/bluetooth/
Dbluetooth_binder_facade.cpp125 int mode, int timeout_seconds, int tx_power_level, bool is_connectable) { in BluetoothBinderSetAdvSettings() argument
145 timeout_seconds); in BluetoothBinderSetAdvSettings()
Dbluetooth_binder_facade.h46 int mode, int timeout_seconds, int tx_power_level, bool is_connectable);