ESP-IDF
tBTM_CB
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_CB
tBTM_CB struct
Syntax
Show:
Summary
Declaration
from
btm_int.h:846
typedef
struct
{
tBTM_CFG
cfg
;
list_t
*
p_acl_db_list
;
#if
(
CLASSIC_BT_INCLUDED
==
TRUE
)
UINT8
btm_scn
[
BTM_MAX_SCN
]
;
#endif
UINT16
btm_def_link_policy
;
UINT16
btm_def_link_super_tout
;
tBTM_ACL_LINK_STAT_CB
*
p_acl_link_stat_cb
;
tBTM_BL_EVENT_MASK
bl_evt_mask
;
tBTM_BL_CHANGE_CB
*
p_bl_changed_cb
;
list_t
*
p_pm_mode_db_list
;
tBTM_PM_RCB
pm_reg_db
[
BTM_MAX_PM_RECORDS
+
1
]
;
UINT16
pm_pend_link_hdl
;
UINT8
pm_pend_id
;
tBTM_DEVCB
devcb
;
#if
(
BLE_INCLUDED
==
TRUE
)
tBTM_BLE_CB
ble_ctr_cb
;
UINT16
enc_handle
;
BT_OCTET8
enc_rand
;
UINT16
ediv
;
UINT8
key_size
;
tBTM_BLE_VSC_CB
cmn_ble_vsc_cb
;
BOOLEAN
addr_res_en
;
#endif
UINT16
btm_acl_pkt_types_supported
;
UINT16
btm_sco_pkt_types_supported
;
tBTM_INQUIRY_VAR_ST
btm_inq_vars
;
#if
BTM_SCO_INCLUDED
==
TRUE
tSCO_CB
sco_cb
;
#endif
tBTM_APPL_INFO
api
;
#define
BTM_SEC_MAX_RMT_NAME_CALLBACKS
2
tBTM_RMT_NAME_CALLBACK
*
p_rmt_name_callback
[
BTM_SEC_MAX_RMT_NAME_CALLBACKS
]
;
#if
(
SMP_INCLUDED
==
TRUE
)
tBTM_SEC_DEV_REC
*
p_collided_dev_rec
;
#endif
TIMER_LIST_ENT
sec_collision_tle
;
UINT32
collision_start_time
;
UINT32
max_collision_delay
;
UINT32
dev_rec_count
;
UINT8
security_mode
;
BOOLEAN
pairing_disabled
;
BOOLEAN
connect_only_paired
;
BOOLEAN
security_mode_changed
;
BOOLEAN
sec_req_pending
;
#if
(
CLASSIC_BT_INCLUDED
==
TRUE
)
BOOLEAN
pin_type_changed
;
#endif
#if
(
SMP_INCLUDED
==
TRUE
)
#if
(
CLASSIC_BT_INCLUDED
==
TRUE
)
#ifdef
PORCHE_PAIRING_CONFLICT
UINT8
pin_code_len_saved
;
#endif
UINT8
pin_code_len
;
PIN_CODE
pin_code
;
UINT8
disc_reason
;
UINT16
disc_handle
;
#endif
tBTM_PAIRING_STATE
pairing_state
;
UINT8
pairing_flags
;
BD_ADDR
pairing_bda
;
TIMER_LIST_ENT
pairing_tle
;
#endif
#if
SMP_INCLUDED
==
TRUE
||
CLASSIC_BT_INCLUDED
==
TRUE
tBTM_SEC_SERV_REC
sec_serv_rec
[
BTM_SEC_MAX_SERVICE_RECORDS
]
;
#endif
list_t
*
p_sec_dev_rec_list
;
tBTM_SEC_SERV_REC
*
p_out_serv
;
tBTM_MKEY_CALLBACK
*
mkey_cback
;
BD_ADDR
connecting_bda
;
DEV_CLASS
connecting_dc
;
UINT8
acl_disc_reason
;
UINT8
trace_level
;
UINT8
busy_level
;
BOOLEAN
is_paging
;
BOOLEAN
is_inquiry
;
fixed_queue_t
*
page_queue
;
BOOLEAN
paging
;
BOOLEAN
discing
;
fixed_queue_t
*
sec_pending_q
;
#if
(
!
defined
(
BT_TRACE_VERBOSE
)
||
(
BT_TRACE_VERBOSE
==
FALSE
)
)
char
state_temp_buffer
[
BTM_STATE_BUFFER_SIZE
]
;
#endif
}
tBTM_CB
;
Fields
Field
Declared as
Description
tBTM_CB::cfg
tBTM_CFG
tBTM_CB::p_acl_db_list
list_t
*
* ACL Management.
tBTM_CB::btm_scn
UINT8
[
BTM_MAX_SCN
]
tBTM_CB::btm_def_link_policy
UINT16
CLASSIC_BT_INCLUDED == TRUE.
tBTM_CB::btm_def_link_super_tout
UINT16
tBTM_CB::p_acl_link_stat_cb
tBTM_ACL_LINK_STAT_CB
*
tBTM_CB::bl_evt_mask
tBTM_BL_EVENT_MASK
tBTM_CB::p_bl_changed_cb
tBTM_BL_CHANGE_CB
*
tBTM_CB::p_pm_mode_db_list
list_t
*
* Power Management.
tBTM_CB::pm_reg_db
tBTM_PM_RCB
[
BTM_MAX_PM_RECORDS
+
1
]
tBTM_CB::pm_pend_link_hdl
UINT16
tBTM_CB::pm_pend_id
UINT8
tBTM_CB::devcb
tBTM_DEVCB
* Device control.
tBTM_CB::ble_ctr_cb
tBTM_BLE_CB
* BLE Device controllers.
tBTM_CB::enc_handle
UINT16
tBTM_CB::enc_rand
BT_OCTET8
tBTM_CB::ediv
UINT16
tBTM_CB::key_size
UINT8
tBTM_CB::cmn_ble_vsc_cb
tBTM_BLE_VSC_CB
tBTM_CB::addr_res_en
BOOLEAN
tBTM_CB::btm_acl_pkt_types_supported
UINT16
tBTM_CB::btm_sco_pkt_types_supported
UINT16
tBTM_CB::btm_inq_vars
tBTM_INQUIRY_VAR_ST
* Inquiry.
tBTM_CB::api
tBTM_APPL_INFO
* Security Management.
tBTM_CB::p_rmt_name_callback
tBTM_RMT_NAME_CALLBACK
*
[
BTM_SEC_MAX_RMT_NAME_CALLBACKS
]
tBTM_CB::p_collided_dev_rec
tBTM_SEC_DEV_REC
*
tBTM_CB::sec_collision_tle
TIMER_LIST_ENT
SMP_INCLUDED == TRUE.
tBTM_CB::collision_start_time
UINT32
tBTM_CB::max_collision_delay
UINT32
tBTM_CB::dev_rec_count
UINT32
tBTM_CB::security_mode
UINT8
tBTM_CB::pairing_disabled
BOOLEAN
tBTM_CB::connect_only_paired
BOOLEAN
tBTM_CB::security_mode_changed
BOOLEAN
tBTM_CB::sec_req_pending
BOOLEAN
tBTM_CB::pin_type_changed
BOOLEAN
tBTM_CB::pin_code_len_saved
UINT8
CLASSIC_BT_INCLUDED == TRUE.
tBTM_CB::pin_code_len
UINT8
tBTM_CB::pin_code
PIN_CODE
tBTM_CB::disc_reason
UINT8
tBTM_CB::disc_handle
UINT16
tBTM_CB::pairing_state
tBTM_PAIRING_STATE
CLASSIC_BT_INCLUDED == TRUE.
tBTM_CB::pairing_flags
UINT8
tBTM_CB::pairing_bda
BD_ADDR
tBTM_CB::pairing_tle
TIMER_LIST_ENT
tBTM_CB::sec_serv_rec
tBTM_SEC_SERV_REC
[
BTM_SEC_MAX_SERVICE_RECORDS
]
SMP_INCLUDED == TRUE.
tBTM_CB::p_sec_dev_rec_list
list_t
*
tBTM_CB::p_out_serv
tBTM_SEC_SERV_REC
*
tBTM_CB::mkey_cback
tBTM_MKEY_CALLBACK
*
tBTM_CB::connecting_bda
BD_ADDR
tBTM_CB::connecting_dc
DEV_CLASS
tBTM_CB::acl_disc_reason
UINT8
tBTM_CB::trace_level
UINT8
tBTM_CB::busy_level
UINT8
tBTM_CB::is_paging
BOOLEAN
tBTM_CB::is_inquiry
BOOLEAN
tBTM_CB::page_queue
fixed_queue_t
*
tBTM_CB::paging
BOOLEAN
tBTM_CB::discing
BOOLEAN
tBTM_CB::sec_pending_q
fixed_queue_t
*
tBTM_CB::state_temp_buffer
char
[
BTM_STATE_BUFFER_SIZE
]
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