ESP-IDF
btc_ble_gap_args_t::read_rssi
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_ble_gap_args_t::read_rssi
btc_ble_gap_args_t::read_rssi field
Syntax
Show:
Summary
Declaration
from
btc_gap_ble.h:253
struct
read_rssi_args
{
esp_bd_addr_t
remote_addr
;
}
read_rssi
;
Examples
References
from
examples
Code
Location
Referrer
}
read_rssi
;
btc_gap_ble.h:255
BTA_DmReadRSSI
(
arg
->
read_rssi
.
remote_addr
,
BTA_TRANSPORT_LE
,
btc_read_ble_rssi_cmpl_callback
)
;
btc_gap_ble.c:2020
btc_gap_ble_call_handler()
memcpy
(
arg
.
read_rssi
.
remote_addr
,
remote_addr
,
sizeof
(
esp_bd_addr_t
)
)
;
esp_gap_ble_api.c:573
esp_ble_gap_read_rssi()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_gap_args_t::read_rssi
is read by 2 functions:
All items filtered out
btc_ble_gap_args_t::read_rssi
esp_ble_gap_read_rssi()
btc_gap_ble_call_handler()
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
Lifecycle
from
examples
All items filtered out
All items filtered out