HomeSort by relevance Sort by last modified time
    Searched defs:adv_mode (Results 1 - 4 of 4) sorted by null

  /packages/apps/Test/connectivity/sl4n/facades/bluetooth/
bt_binder_facade.cpp 151 bluetooth::AdvertiseSettings::Mode adv_mode; local
154 adv_mode = bluetooth::AdvertiseSettings::Mode::MODE_LOW_POWER;
157 adv_mode = bluetooth::AdvertiseSettings::Mode::MODE_BALANCED;
160 adv_mode = bluetooth::AdvertiseSettings::Mode::MODE_LOW_LATENCY;
194 adv_mode, adv_timeout, adv_tx_power_level, is_connectable);
  /system/bt/stack/btm/
btm_ble.cc 2371 bool adv_mode = btm_cb.ble_ctr_cb.inq_var.adv_mode; local
    [all...]
btm_ble_gap.cc 446 uint8_t adv_mode = p_cb->adv_mode; local
470 if (adv_mode == BTM_BLE_ADV_ENABLE) btm_ble_start_adv();
985 uint8_t adv_mode = p_cb->adv_mode; local
    [all...]
btm_ble_int_types.h 144 uint8_t adv_mode; member in struct:__anon106183

Completed in 732 milliseconds