ESP-IDF
tBTM_PERIOD_ADV_REPORT
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
tBTM_PERIOD_ADV_REPORT
tBTM_PERIOD_ADV_REPORT struct
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:1242
typedef
struct
{
UINT16
sync_handle
;
UINT8
tx_power
;
INT8
rssi
;
tBTM_BLE_EXT_ADV_DATA_STATUS
data_status
;
UINT8
data_length
;
UINT8
*
data
;
}
tBTM_PERIOD_ADV_REPORT
;
Fields
Field
Declared as
tBTM_PERIOD_ADV_REPORT::sync_handle
UINT16
tBTM_PERIOD_ADV_REPORT::tx_power
UINT8
tBTM_PERIOD_ADV_REPORT::rssi
INT8
tBTM_PERIOD_ADV_REPORT::data_status
tBTM_BLE_EXT_ADV_DATA_STATUS
tBTM_PERIOD_ADV_REPORT::data_length
UINT8
tBTM_PERIOD_ADV_REPORT::data
UINT8
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
btm_ble_api.h:1242
}
tBTM_PERIOD_ADV_REPORT
;
btm_ble_api.h:1249
void
btm_ble_periodic_adv_report_evt
(
tBTM_PERIOD_ADV_REPORT
*
params
)
btm_ble_5_gap.c:1304
btm_ble_periodic_adv_report_evt()
btm_ble_periodic_adv_report_evt()::params
memcpy
(
&
cb_params
.
period_adv_report
,
params
,
sizeof
(
tBTM_PERIOD_ADV_REPORT
)
)
;
btm_ble_5_gap.c:1313
btm_ble_periodic_adv_report_evt()
}
tBTM_PERIOD_ADV_REPORT
;
btm_ble_api.h:1249
tBTM_PERIOD_ADV_REPORT
tBTM_PERIOD_ADV_REPORT
period_adv_report
;
btm_ble_api.h:1341
tBTM_BLE_5_GAP_CB_PARAMS
tBTM_BLE_5_GAP_CB_PARAMS::period_adv_report
void
btm_ble_periodic_adv_report_evt
(
tBTM_PERIOD_ADV_REPORT
*
params
)
;
btm_ble_int.h:540
btm_ble_periodic_adv_report_evt()
btm_ble_periodic_adv_report_evt()::params
tBTM_PERIOD_ADV_REPORT
adv_report
=
{
0
}
;
btu_hcif.c:2267
btu_ble_periodic_adv_report_evt()
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
tBTM_BLE_5_GAP_CB_PARAMS::period_adv_report
tBTM_BLE_5_GAP_CB_PARAMS
btm_ble_api.h:1341
btm_ble_periodic_adv_report_evt()::params
btm_ble_periodic_adv_report_evt()
btm_ble_int.h:540
btm_ble_periodic_adv_report_evt()::params
btm_ble_periodic_adv_report_evt()
btm_ble_5_gap.c:1304
Lifecycle
from
examples
All items filtered out
All items filtered out