Searched defs:adv_mode (Results 1 - 3 of 3) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_ble.c2016 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE;
2753 BOOLEAN adv_mode = btm_cb.ble_ctr_cb.inq_var.adv_mode ; local
2757 if (adv_mode == BTM_BLE_ADV_ENABLE)
2763 if (adv_mode == BTM_BLE_ADV_ENABLE)
H A Dbtm_ble_gap.c267 UINT8 adv_mode = p_cb->adv_mode; local
296 if (adv_mode == BTM_BLE_ADV_ENABLE)
467 if (start && p_cb->adv_mode == BTM_BLE_ADV_DISABLE)
1053 UINT8 adv_mode = p_cb->adv_mode; local
1092 if (adv_mode == BTM_BLE_ADV_ENABLE)
1816 if (status == BTM_SUCCESS && p_cb->adv_mode != new_mode)
1824 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE)
1922 if (status == BTM_SUCCESS && new_mode != p_cb->adv_mode)
[all...]
H A Dbtm_ble_int.h149 UINT8 adv_mode; member in struct:__anon861

Completed in 57 milliseconds