ESP-IDF
tBTM_RSSI_RESULTS
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
tBTM_RSSI_RESULTS struct
Syntax
Show:
Summary
Declaration
from
btm_api.h:805
typedef
struct
{
tBTM_STATUS
status
;
UINT8
hci_status
;
INT8
rssi
;
BD_ADDR
rem_bda
;
}
tBTM_RSSI_RESULTS
;
Fields
Field
Declared as
tBTM_RSSI_RESULTS::rem_bda
BD_ADDR
tBTM_RSSI_RESULTS::status
tBTM_STATUS
tBTM_RSSI_RESULTS::hci_status
UINT8
tBTM_RSSI_RESULTS::rssi
INT8
Examples
References
from
examples
Code
Location
Referrer
typedef
tBTM_RSSI_RESULTS
tBTA_RSSI_RESULTS
;
bta_api.h:450
typedef
struct
{
btm_api.h:805
}
tBTM_RSSI_RESULTS
;
btm_api.h:810
typedef
tBTM_RSSI_RESULTS
tBTA_RSSI_RESULTS
;
bta_api.h:450
tBTA_RSSI_RESULTS
tBTA_RSSI_RESULTS
*
result
=
(
tBTA_RSSI_RESULTS
*
)
p_data
;
btc_gap_ble.c:941
btc_read_ble_rssi_cmpl_callback()
tBTA_RSSI_RESULTS
*
result
=
(
tBTA_RSSI_RESULTS
*
)
p_data
;
btc_gap_bt.c:615
btc_gap_bt_read_rssi_delta_cmpl_callback()
tBTM_RSSI_RESULTS
result
;
btm_acl.c:1990
BTM_ReadRSSI()
tBTM_RSSI_RESULTS
results
;
btm_acl.c:2290
btm_read_rssi_complete()
}
tBTM_RSSI_RESULTS
;
btm_api.h:810
tBTM_RSSI_RESULTS
(
*
p_cb
)
(
(
tBTM_RSSI_RESULTS
*
)
&
status
)
;
btm_devctl.c:136
btm_db_reset()
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
Lifecycle
from
examples
All items filtered out
All items filtered out