ESP-IDF
tBTM_DEVCB
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_DEVCB
tBTM_DEVCB struct
Syntax
Show:
Summary
Declaration
from
btm_int.h:181
typedef
struct
{
tBTM_DEV_STATUS_CB
*
p_dev_status_cb
;
tBTM_VS_EVT_CB
*
p_vend_spec_cb
[
BTM_MAX_VSE_CALLBACKS
]
;
tBTM_CMPL_CB
*
p_stored_link_key_cmpl_cb
;
TIMER_LIST_ENT
reset_timer
;
tBTM_CMPL_CB
*
p_reset_cmpl_cb
;
TIMER_LIST_ENT
rln_timer
;
tBTM_CMPL_CB
*
p_rln_cmpl_cb
;
TIMER_LIST_ENT
rssi_timer
;
tBTM_CMPL_CB
*
p_rssi_cmpl_cb
;
TIMER_LIST_ENT
lnk_quality_timer
;
tBTM_CMPL_CB
*
p_lnk_qual_cmpl_cb
;
TIMER_LIST_ENT
txpwer_timer
;
tBTM_CMPL_CB
*
p_txpwer_cmpl_cb
;
TIMER_LIST_ENT
qossu_timer
;
tBTM_CMPL_CB
*
p_qossu_cmpl_cb
;
tBTM_ROLE_SWITCH_CMPL
switch_role_ref_data
;
tBTM_CMPL_CB
*
p_switch_role_cb
;
TIMER_LIST_ENT
tx_power_timer
;
tBTM_CMPL_CB
*
p_tx_power_cmpl_cb
;
#if
CLASSIC_BT_INCLUDED
==
TRUE
TIMER_LIST_ENT
afh_channels_timer
;
tBTM_CMPL_CB
*
p_afh_channels_cmpl_cb
;
TIMER_LIST_ENT
page_timeout_set_timer
;
tBTM_CMPL_CB
*
p_page_to_set_cmpl_cb
;
TIMER_LIST_ENT
set_acl_pkt_types_timer
;
tBTM_CMPL_CB
*
p_set_acl_pkt_types_cmpl_cb
;
tBTM_CMPL_CB
*
p_set_min_enc_key_size_cmpl_cb
;
#endif
DEV_CLASS
dev_class
;
#if
BLE_INCLUDED
==
TRUE
TIMER_LIST_ENT
ble_channels_timer
;
tBTM_CMPL_CB
*
p_ble_channels_cmpl_cb
;
tBTM_SET_RPA_TIMEOUT_CMPL_CBACK
*
p_ble_set_rpa_timeout_cmpl_cb
;
tBTM_ADD_DEV_TO_RESOLVING_LIST_CMPL_CBACK
*
p_add_dev_to_resolving_list_cmpl_cb
;
tBTM_SET_PRIVACY_MODE_CMPL_CBACK
*
p_set_privacy_mode_cmpl_cb
;
tBTM_CMPL_CB
*
p_le_test_cmd_cmpl_cb
;
BD_ADDR
read_tx_pwr_addr
;
#define
BTM_LE_SUPPORT_STATE_SIZE
8
UINT8
le_supported_states
[
BTM_LE_SUPPORT_STATE_SIZE
]
;
tBTM_BLE_LOCAL_ID_KEYS
id_keys
;
BT_OCTET16
ble_encryption_key_value
;
#if
BTM_BLE_CONFORMANCE_TESTING
==
TRUE
BOOLEAN
no_disc_if_pair_fail
;
BOOLEAN
enable_test_mac_val
;
BT_OCTET8
test_mac
;
BOOLEAN
enable_test_local_sign_cntr
;
UINT32
test_local_sign_cntr
;
#endif
#endif
tBTM_IO_CAP
loc_io_caps
;
tBTM_AUTH_REQ
loc_auth_req
;
BOOLEAN
secure_connections_only
;
}
tBTM_DEVCB
;
Fields
Field
Declared as
tBTM_DEVCB::p_dev_status_cb
tBTM_DEV_STATUS_CB
*
tBTM_DEVCB::p_vend_spec_cb
tBTM_VS_EVT_CB
*
[
BTM_MAX_VSE_CALLBACKS
]
tBTM_DEVCB::p_stored_link_key_cmpl_cb
tBTM_CMPL_CB
*
tBTM_DEVCB::reset_timer
TIMER_LIST_ENT
tBTM_DEVCB::p_reset_cmpl_cb
tBTM_CMPL_CB
*
tBTM_DEVCB::rln_timer
TIMER_LIST_ENT
tBTM_DEVCB::p_rln_cmpl_cb
tBTM_CMPL_CB
*
tBTM_DEVCB::rssi_timer
TIMER_LIST_ENT
tBTM_DEVCB::p_rssi_cmpl_cb
tBTM_CMPL_CB
*
tBTM_DEVCB::lnk_quality_timer
TIMER_LIST_ENT
tBTM_DEVCB::p_lnk_qual_cmpl_cb
tBTM_CMPL_CB
*
tBTM_DEVCB::txpwer_timer
TIMER_LIST_ENT
tBTM_DEVCB::p_txpwer_cmpl_cb
tBTM_CMPL_CB
*
tBTM_DEVCB::qossu_timer
TIMER_LIST_ENT
tBTM_DEVCB::p_qossu_cmpl_cb
tBTM_CMPL_CB
*
tBTM_DEVCB::switch_role_ref_data
tBTM_ROLE_SWITCH_CMPL
tBTM_DEVCB::p_switch_role_cb
tBTM_CMPL_CB
*
tBTM_DEVCB::tx_power_timer
TIMER_LIST_ENT
tBTM_DEVCB::p_tx_power_cmpl_cb
tBTM_CMPL_CB
*
tBTM_DEVCB::afh_channels_timer
TIMER_LIST_ENT
tBTM_DEVCB::p_afh_channels_cmpl_cb
tBTM_CMPL_CB
*
tBTM_DEVCB::page_timeout_set_timer
TIMER_LIST_ENT
tBTM_DEVCB::p_page_to_set_cmpl_cb
tBTM_CMPL_CB
*
tBTM_DEVCB::set_acl_pkt_types_timer
TIMER_LIST_ENT
tBTM_DEVCB::p_set_acl_pkt_types_cmpl_cb
tBTM_CMPL_CB
*
tBTM_DEVCB::p_set_min_enc_key_size_cmpl_cb
tBTM_CMPL_CB
*
tBTM_DEVCB::dev_class
DEV_CLASS
tBTM_DEVCB::ble_channels_timer
TIMER_LIST_ENT
tBTM_DEVCB::p_ble_channels_cmpl_cb
tBTM_CMPL_CB
*
tBTM_DEVCB::p_ble_set_rpa_timeout_cmpl_cb
tBTM_SET_RPA_TIMEOUT_CMPL_CBACK
*
tBTM_DEVCB::p_add_dev_to_resolving_list_cmpl_cb
tBTM_ADD_DEV_TO_RESOLVING_LIST_CMPL_CBACK
*
tBTM_DEVCB::p_set_privacy_mode_cmpl_cb
tBTM_SET_PRIVACY_MODE_CMPL_CBACK
*
tBTM_DEVCB::p_le_test_cmd_cmpl_cb
tBTM_CMPL_CB
*
tBTM_DEVCB::read_tx_pwr_addr
BD_ADDR
tBTM_DEVCB::le_supported_states
UINT8
[
BTM_LE_SUPPORT_STATE_SIZE
]
tBTM_DEVCB::id_keys
tBTM_BLE_LOCAL_ID_KEYS
tBTM_DEVCB::ble_encryption_key_value
BT_OCTET16
tBTM_DEVCB::loc_io_caps
tBTM_IO_CAP
tBTM_DEVCB::loc_auth_req
tBTM_AUTH_REQ
tBTM_DEVCB::secure_connections_only
BOOLEAN
Examples
References
from
examples
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