Searched refs:adv_stop_cmpl (Results 1 – 15 of 15) sorted by relevance
131 if ((err = param->adv_stop_cmpl.status) != ESP_BT_STATUS_SUCCESS){ in esp_gap_cb()
390 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS){ in esp_gap_cb()391 ESP_LOGE(GATTC_TAG, "adv stop failed, error status = %x", param->adv_stop_cmpl.status); in esp_gap_cb()
430 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS){ in esp_gap_cb()431 ESP_LOGE(GATTC_TAG, "adv stop failed, error status = %x", param->adv_stop_cmpl.status); in esp_gap_cb()
72 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS) { in ble_gap_event_default_handler()
362 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
261 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
271 if ((err = param->adv_stop_cmpl.status) != ESP_BT_STATUS_SUCCESS){ in esp_gap_cb()
318 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
259 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
981 …} adv_stop_cmpl; /*!< Event parameter of ESP_GAP_BLE_ADV_STOP_COMPL… member
174 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
222 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
843 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS){ in esp_gap_cb()
240 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
420 param.adv_stop_cmpl.status = btc_hci_to_esp_status(status); in btc_stop_adv_callback()