Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_gap.c253 UINT8 adv_mode = p_cb->adv_mode; in BTM_BleUpdateAdvFilterPolicy() local
282 if (adv_mode == BTM_BLE_ADV_ENABLE) in BTM_BleUpdateAdvFilterPolicy()
392 if (start && p_cb->adv_mode == BTM_BLE_ADV_DISABLE) in BTM_BleBroadcast()
883 UINT8 adv_mode = p_cb->adv_mode; in BTM_BleSetAdvParams() local
922 if (adv_mode == BTM_BLE_ADV_ENABLE) in BTM_BleSetAdvParams()
1570 if (status == BTM_SUCCESS && p_cb->adv_mode != new_mode) in btm_ble_set_discoverability()
1577 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_discoverability()
1660 if (status == BTM_SUCCESS && new_mode != p_cb->adv_mode) in btm_ble_set_connectability()
1667 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_connectability()
2762 p_cb->adv_mode = BTM_BLE_ADV_ENABLE; in btm_ble_start_adv()
[all …]
Dbtm_ble.c1621 p_cb->inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_connected()
2324 BOOLEAN adv_mode = btm_cb.ble_ctr_cb.inq_var.adv_mode ; in btm_set_random_address() local
2328 if (adv_mode == BTM_BLE_ADV_ENABLE) in btm_set_random_address()
2334 if (adv_mode == BTM_BLE_ADV_ENABLE) in btm_set_random_address()
Dbtm_ble_int.h137 UINT8 adv_mode; member