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/
bluetooth_binder_facade.cpp 129 bluetooth::AdvertiseSettings::Mode adv_mode; local
132 adv_mode = bluetooth::AdvertiseSettings::Mode::MODE_LOW_POWER;
134 adv_mode = bluetooth::AdvertiseSettings::Mode::MODE_BALANCED;
136 adv_mode = bluetooth::AdvertiseSettings::Mode::MODE_LOW_LATENCY;
165 adv_mode, adv_timeout, adv_tx_power_level, is_connectable);
  /system/bt/stack/btm/
btm_ble.c 2717 BOOLEAN adv_mode = btm_cb.ble_ctr_cb.inq_var.adv_mode ; local
    [all...]
btm_ble_gap.c 265 UINT8 adv_mode = p_cb->adv_mode; local
294 if (adv_mode == BTM_BLE_ADV_ENABLE)
465 if (start && p_cb->adv_mode == BTM_BLE_ADV_DISABLE)
1051 UINT8 adv_mode = p_cb->adv_mode; local
    [all...]
btm_ble_int.h 149 UINT8 adv_mode; member in struct:__anon72449

Completed in 50 milliseconds