Searched refs:adv_mode (Results 1 – 4 of 4) sorted by relevance
362 uint8_t adv_mode = p_cb->adv_mode; in BTM_BleUpdateAdvFilterPolicy() local386 if (adv_mode == BTM_BLE_ADV_ENABLE) btm_ble_start_adv(); in BTM_BleUpdateAdvFilterPolicy()899 uint8_t adv_mode = p_cb->adv_mode; in BTM_BleSetAdvParams() local929 if (adv_mode == BTM_BLE_ADV_ENABLE) btm_ble_start_adv(); in BTM_BleSetAdvParams()1215 if (status == BTM_SUCCESS && p_cb->adv_mode != new_mode) { in btm_ble_set_discoverability()1222 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()1302 if (status == BTM_SUCCESS && new_mode != p_cb->adv_mode) { in btm_ble_set_connectability()1309 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()2330 p_cb->adv_mode = BTM_BLE_ADV_ENABLE; in btm_ble_start_adv()2347 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_stop_adv()[all …]
146 uint8_t adv_mode; member
1989 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_conn_complete()2523 bool adv_mode = btm_cb.ble_ctr_cb.inq_var.adv_mode; in btm_ble_set_random_address() local2532 if (adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_random_address()2540 if (adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_random_address()
525 if (p_ble_cb->inq_var.adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_suspend_resolving_list_activity()