ESP-IDF
tBTM_RSSI_RESULTS::status
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
tBTM_RSSI_RESULTS::status
tBTM_RSSI_RESULTS::status field
Syntax
Show:
Summary
Declaration
from
btm_api.h:806
tBTM_STATUS
status
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_STATUS
status
;
btm_api.h:806
param
.
read_rssi_cmpl
.
status
=
btc_btm_status_to_esp_status
(
result
->
status
)
;
btc_gap_ble.c:949
btc_read_ble_rssi_cmpl_callback()
param
.
read_rssi_delta
.
stat
=
btc_btm_status_to_esp_status
(
result
->
status
)
;
btc_gap_bt.c:623
btc_gap_bt_read_rssi_delta_cmpl_callback()
result
.
status
=
BTM_BUSY
;
btm_acl.c:1993
BTM_ReadRSSI()
result
.
status
=
BTM_NO_RESOURCES
;
btm_acl.c:2008
BTM_ReadRSSI()
results
.
status
=
BTM_SUCCESS
;
btm_acl.c:2303
btm_read_rssi_complete()
results
.
status
=
BTM_ERR_PROCESSING
;
btm_acl.c:2317
btm_read_rssi_complete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_RSSI_RESULTS::status
is written by 2 functions and is read by 2 functions:
BTM_ReadRSSI()
btm_read_rssi_complete()
All items filtered out
tBTM_RSSI_RESULTS::status
btc_gap_bt_read_rssi_delta_cmpl_callback()
btc_read_ble_rssi_cmpl_callback()
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