Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/utils/
Dcommand_receiver.cpp212 int adv_settings; in bluetooth_binder_set_adv_settings_wrapper() local
214 std::tie(adv_settings, error_code) = bt_binder.BluetoothBinderSetAdvSettings( in bluetooth_binder_set_adv_settings_wrapper()
222 doc.AddMember(sl4n::kResultStr, adv_settings, doc.GetAllocator()); in bluetooth_binder_set_adv_settings_wrapper()
/packages/apps/Test/connectivity/sl4n/facades/bluetooth/
Dbluetooth_binder_facade.cpp164 bluetooth::AdvertiseSettings adv_settings = bluetooth::AdvertiseSettings( in BluetoothBinderSetAdvSettings() local
166 adv_settings_map[adv_settings_count] = adv_settings; in BluetoothBinderSetAdvSettings()