Searched refs:adv_mode (Results 1 – 3 of 3) sorted by relevance
253 UINT8 adv_mode = p_cb->adv_mode; in BTM_BleUpdateAdvFilterPolicy() local282 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() local922 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 …]
1621 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() local2328 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()
137 UINT8 adv_mode; member