ESP-IDF
esp_ble_dtm_tx_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_ble_dtm_tx_t
esp_ble_dtm_tx_t struct
DTM TX parameters
Syntax
Show:
Summary
Declaration
from
esp_gap_ble_api.h:388
typedef
struct
{
uint8_t
tx_channel
;
uint8_t
len_of_data
;
esp_ble_dtm_pkt_payload_t
pkt_payload
;
}
esp_ble_dtm_tx_t
;
Fields
Field
Declared as
Description
esp_ble_dtm_tx_t::tx_channel
uint8_t
channel for sending test data, tx_channel = (Frequency -2402)/2, tx_channel range:0x00-0x27, Frequency range: 2402 MHz to 2480 MHz.
esp_ble_dtm_tx_t::len_of_data
uint8_t
length in bytes of payload data in each packet.
esp_ble_dtm_tx_t::pkt_payload
esp_ble_dtm_pkt_payload_t
packet payload type. value range: 0x00-0x07.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
esp_gap_ble_api.h:388
}
esp_ble_dtm_tx_t
;
esp_gap_ble_api.h:393
esp_err_t
esp_ble_dtm_tx_start
(
const
esp_ble_dtm_tx_t
*
tx_params
)
esp_gap_ble_api.c:937
esp_ble_dtm_tx_start()
esp_ble_dtm_tx_start()::tx_params
memcpy
(
&
arg
.
dtm_tx_start
,
tx_params
,
sizeof
(
esp_ble_dtm_tx_t
)
)
;
esp_gap_ble_api.c:952
esp_ble_dtm_tx_start()
}
esp_ble_dtm_tx_t
;
esp_gap_ble_api.h:393
esp_ble_dtm_tx_t
esp_err_t
esp_ble_dtm_tx_start
(
const
esp_ble_dtm_tx_t
*
tx_params
)
;
esp_gap_ble_api.h:2666
esp_ble_dtm_tx_start()
esp_ble_dtm_tx_start()::tx_params
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
esp_ble_dtm_tx_start()::tx_params
esp_ble_dtm_tx_start()
esp_gap_ble_api.h:2666
esp_ble_dtm_tx_start()::tx_params
esp_ble_dtm_tx_start()
esp_gap_ble_api.c:937
Lifecycle
from
examples
All items filtered out
All items filtered out