Home
last modified time | relevance | path

Searched refs:esp_ble_dtm_tx_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h393 } esp_ble_dtm_tx_t; typedef
2664 esp_err_t esp_ble_dtm_tx_start(const esp_ble_dtm_tx_t *tx_params);
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c921 esp_err_t esp_ble_dtm_tx_start(const esp_ble_dtm_tx_t *tx_params) in esp_ble_dtm_tx_start()
936 memcpy(&arg.dtm_tx_start, tx_params, sizeof(esp_ble_dtm_tx_t)); in esp_ble_dtm_tx_start()