ESP-IDF
controller_get_interface()
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
controller_get_interface()
controller_get_interface() function
Syntax
Show:
Summary
Declaration
Definition
from
controller.h:94
const
controller_t
*
controller_get_interface
(
void
)
;
Implemented in
controller.c:585
Examples
References
from
examples
Code
Location
Referrer
const
controller_t
*
controller_get_interface
(
void
)
controller.c:585
const
controller_t
*
controller_get_interface
(
void
)
;
controller.h:94
const
uint8_t
*
features
=
controller_get_interface
(
)
->
get_features_ble
(
)
->
as_array
;
adapter.c:119
bt_mesh_hci_init()
bt_mesh_dev
.
lmp_version
=
controller_get_interface
(
)
->
get_bt_version
(
)
->
lmp_version
;
adapter.c:134
bt_mesh_hci_init()
bt_mesh_dev
.
hci_revision
=
controller_get_interface
(
)
->
get_bt_version
(
)
->
hci_revision
;
adapter.c:135
bt_mesh_hci_init()
bt_mesh_dev
.
lmp_subversion
=
controller_get_interface
(
)
->
get_bt_version
(
)
->
lmp_subversion
;
adapter.c:136
bt_mesh_hci_init()
bt_mesh_dev
.
manufacturer
=
controller_get_interface
(
)
->
get_bt_version
(
)
->
manufacturer
;
adapter.c:137
bt_mesh_hci_init()
const
uint8_t
*
p
=
controller_get_interface
(
)
->
get_ble_supported_states
(
)
;
adapter.c:139
bt_mesh_hci_init()
uint16_t
length
=
controller_get_interface
(
)
->
get_acl_data_size_ble
(
)
;
bta_dm_act.c:5675
bta_dm_ble_set_data_length()
memcpy
(
p
->
conn_addr
,
&
controller_get_interface
(
)
->
get_address
(
)
->
address
,
BD_ADDR_LEN
)
;
btm_acl.c:290
btm_acl_created()
}
else
if
(
HCI_LE_SLAVE_INIT_FEAT_EXC_SUPPORTED
(
controller_get_interface
(
)
->
get_features_ble
(
)
->
as_array
)
btm_acl.c:369
btm_acl_created()
if
(
!
controller_get_interface
(
)
->
supports_master_slave_role_switch
(
)
)
{
btm_acl.c:669
BTM_SwitchRole()
&&
!
BTM_EPR_AVAILABLE
(
p
)
)
{
btm_acl.c:728
BTM_SwitchRole()
uint16_t
data_length
=
controller_get_interface
(
)
->
get_ble_default_data_packet_length
(
)
;
btm_acl.c:963
btm_read_remote_version_complete()
uint16_t
data_txtime
=
controller_get_interface
(
)
->
get_ble_default_data_packet_txtime
(
)
;
btm_acl.c:964
btm_read_remote_version_complete()
(
controller_get_interface
(
)
->
supports_reading_remote_extended_features
(
)
)
)
{
btm_acl.c:1117
btm_read_remote_features_complete()
if
(
memcmp
(
controller_get_interface
(
)
->
get_address
(
)
,
addr
,
BD_ADDR_LEN
)
==
0
)
{
btm_acl.c:1681
btm_get_max_packet_size()
&&
!
BTM_EPR_AVAILABLE
(
p
)
)
{
btm_acl.c:2451
btm_cont_rswitch()
if
(
!
controller_get_interface
(
)
->
supports_ble_packet_extension
(
)
)
{
btm_ble.c:930
BTM_SetBleDataLength()
if
(
len
>
controller_get_interface
(
)
->
ble_get_ext_adv_data_max_len
(
)
)
{
btm_ble_5_gap.c:1185
btm_ble_ext_adv_set_data_validate()
__func__
,
len
,
controller_get_interface
(
)
->
ble_get_ext_adv_data_max_len
(
)
)
;
btm_ble_5_gap.c:1187
btm_ble_ext_adv_set_data_validate()
if
(
refresh
&&
controller_get_interface
(
)
->
get_ble_resolving_list_max_size
(
)
!=
0
)
{
btm_ble_addr.c:475
btm_identity_addr_to_random_pseudo()
if
(
controller_get_interface
(
)
->
supports_ble_privacy
(
)
&&
p_dev_rec
->
ble
.
ble_addr_type
!=
BLE_ADDR_PUBLIC
)
{
btm_ble_addr.c:512
btm_random_pseudo_to_identity_addr()
memcpy
(
p
->
conn_addr
,
&
controller_get_interface
(
)
->
get_address
(
)
->
address
,
BD_ADDR_LEN
)
;
btm_ble_addr.c:615
btm_ble_refresh_local_resolvable_private_addr()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_batchscan.c:632
BTM_BleSetStorageConfig()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_batchscan.c:705
BTM_BleEnableBatchScan()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_batchscan.c:777
BTM_BleDisableBatchScan()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_batchscan.c:822
BTM_BleReadScanReports()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_batchscan.c:876
BTM_BleTrackAdvertiser()
p_cb
->
white_list_avail_size
=
controller_get_interface
(
)
->
get_ble_white_list_size
(
)
;
btm_ble_bgconn.c:403
btm_ble_clear_white_list_complete()
&&
controller_get_interface
(
)
->
supports_ble_privacy
(
)
)
{
btm_ble_bgconn.c:507
btm_ble_start_auto_conn()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_gap.c:376
BTM_BleUpdateAdvFilterPolicy()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_gap.c:479
BTM_BleObserve()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_gap.c:557
BTM_BleScan()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_gap.c:634
BTM_BleBroadcast()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_gap.c:888
BTM_BleConfigPrivacy()
if
(
controller_get_interface
(
)
->
supports_ble_privacy
(
)
)
{
btm_ble_gap.c:913
BTM_BleConfigPrivacy()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_gap.c:1244
BTM_BleSetBgConnType()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_gap.c:1344
BTM_BleSetConnectableMode()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_gap.c:1472
BTM_BleSetAdvParams()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_gap.c:1534
BTM_BleSetAdvParamsAll()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_gap.c:1598
BTM_BleStartAdv()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_gap.c:1628
BTM_BleReadAdvParams()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_gap.c:1665
BTM_BleSetScanParams()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_gap.c:1710
BTM_BleSetScanFilterParams()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_gap.c:1776
BTM_BleWriteScanRsp()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_gap.c:1854
BTM_UpdateBleDuplicateExceptionalList()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_gap.c:1917
BTM_BleWriteAdvData()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_gap.c:1962
BTM_BleWriteLongAdvData()
memcpy
(
addr
,
&
controller_get_interface
(
)
->
get_address
(
)
->
address
,
BD_ADDR_LEN
)
;
btm_ble_gap.c:2082
BTM_BleGetCurrentAddress()
if
(
controller_get_interface
(
)
->
supports_simultaneous_le_bredr
(
)
)
{
btm_ble_gap.c:2526
btm_ble_update_dmt_flag_bits()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_ble_gap.c:2879
btm_ble_read_remote_name()
uint16_t
data_length
=
controller_get_interface
(
)
->
get_ble_default_data_packet_length
(
)
;
btm_ble_gap.c:4362
btm_ble_read_remote_features_complete()
uint16_t
data_txtime
=
controller_get_interface
(
)
->
get_ble_default_data_packet_txtime
(
)
;
btm_ble_gap.c:4363
btm_ble_read_remote_features_complete()
const
uint8_t
*
ble_supported_states
=
controller_get_interface
(
)
->
get_ble_supported_states
(
)
;
btm_ble_gap.c:4663
btm_ble_topology_check()
BDADDR_TO_STREAM
(
pp
,
controller_get_interface
(
)
->
get_address
(
)
->
address
)
;
btm_ble_multi_adv.c:276
btm_ble_multi_adv_set_params()
p_q
->
q_next
%=
controller_get_interface
(
)
->
get_ble_resolving_list_max_size
(
)
;
btm_ble_privacy.c:75
btm_ble_enq_resolving_list_pending()
i
%=
controller_get_interface
(
)
->
get_ble_resolving_list_max_size
(
)
;
btm_ble_privacy.c:101
btm_ble_brcm_find_resolving_pending_entry()
p_q
->
q_pending
%=
controller_get_interface
(
)
->
get_ble_resolving_list_max_size
(
)
;
btm_ble_privacy.c:125
btm_ble_deq_resolving_pending()
if
(
index
<
controller_get_interface
(
)
->
get_ble_resolving_list_max_size
(
)
)
{
btm_ble_privacy.c:146
btm_ble_clear_irk_index()
while
(
i
<
controller_get_interface
(
)
->
get_ble_resolving_list_max_size
(
)
)
{
btm_ble_privacy.c:168
btm_ble_find_irk_index()
if
(
!
controller_get_interface
(
)
->
supports_ble_privacy
(
)
)
{
btm_ble_privacy.c:201
btm_ble_update_resolving_list()
if
(
!
controller_get_interface
(
)
->
supports_ble_privacy
(
)
)
{
btm_ble_privacy.c:206
btm_ble_update_resolving_list()
if
(
controller_get_interface
(
)
->
get_ble_resolving_list_max_size
(
)
==
0
)
{
btm_ble_privacy.c:240
btm_ble_clear_resolving_list_complete()
controller_get_interface
(
)
->
get_ble_resolving_list_max_size
(
)
;
btm_ble_privacy.c:250
btm_ble_clear_resolving_list_complete()
if
(
controller_get_interface
(
)
->
get_ble_resolving_list_max_size
(
)
==
0
)
{
btm_ble_privacy.c:536
btm_ble_remove_resolving_list_entry()
if
(
controller_get_interface
(
)
->
supports_ble_privacy
(
)
)
{
btm_ble_privacy.c:541
btm_ble_remove_resolving_list_entry()
if
(
controller_get_interface
(
)
->
supports_ble_privacy
(
)
)
{
btm_ble_privacy.c:590
btm_ble_clear_resolving_list()
if
(
controller_get_interface
(
)
->
supports_ble_privacy
(
)
)
{
btm_ble_privacy.c:627
btm_ble_read_resolving_list_entry()
if
(
!
controller_get_interface
(
)
->
supports_ble_privacy
(
)
)
{
btm_ble_privacy.c:778
btm_ble_exe_disable_resolving_list()
if
(
!
controller_get_interface
(
)
->
supports_ble_privacy
(
)
)
{
btm_ble_privacy.c:802
btm_ble_exe_enable_resolving_list()
if
(
controller_get_interface
(
)
->
get_ble_resolving_list_max_size
(
)
==
0
)
{
btm_ble_privacy.c:823
btm_ble_disable_resolving_list()
if
(
controller_get_interface
(
)
->
get_ble_resolving_list_max_size
(
)
==
0
)
{
btm_ble_privacy.c:865
btm_ble_resolving_list_load_dev()
if
(
controller_get_interface
(
)
->
supports_ble_privacy
(
)
)
{
btm_ble_privacy.c:888
btm_ble_resolving_list_load_dev()
controller_get_interface
(
)
->
get_ble_resolving_list_max_size
(
)
!=
0
)
{
btm_ble_privacy.c:1007
btm_ble_enable_resolving_list()
if
(
controller_get_interface
(
)
->
get_ble_resolving_list_max_size
(
)
==
0
)
{
btm_ble_privacy.c:1044
btm_ble_enable_resolving_list_for_platform()
if
(
controller_get_interface
(
)
->
get_ble_resolving_list_max_size
(
)
>
btm_ble_privacy.c:1049
btm_ble_enable_resolving_list_for_platform()
controller_get_interface
(
)
->
set_ble_resolving_list_max_size
(
max_irk_list_sz
)
;
btm_ble_privacy.c:1100
btm_ble_resolving_list_init()
controller_get_interface
(
)
->
set_ble_resolving_list_max_size
(
0
)
;
btm_ble_privacy.c:1130
btm_ble_resolving_list_cleanup()
if
(
p_dev_rec
&&
controller_get_interface
(
)
->
supports_master_slave_role_switch
(
)
)
{
btm_dev.c:489
btm_dev_support_switch()
const
controller_t
*
controller
=
controller_get_interface
(
)
;
btm_devctl.c:143
reset_complete()
controller_get_interface
(
)
->
start_up
(
)
;
btm_devctl.c:223
BTM_DeviceReset()
return
controller_get_interface
(
)
->
get_is_ready
(
)
;
btm_devctl.c:238
BTM_IsDeviceUp()
if
(
!
controller_get_interface
(
)
->
get_is_ready
(
)
)
{
btm_devctl.c:461
BTM_SetLocalDeviceName()
if
(
!
controller_get_interface
(
)
->
get_is_ready
(
)
)
{
btm_devctl.c:620
BTM_SetDeviceClass()
return
(
UINT8
*
)
controller_get_interface
(
)
->
get_features_classic
(
0
)
->
as_array
;
btm_devctl.c:660
BTM_ReadLocalFeatures()
if
(
!
controller_get_interface
(
)
->
get_is_ready
(
)
)
{
btm_devctl.c:1241
BTM_SetAfhChannels()
if
(
!
controller_get_interface
(
)
->
get_is_ready
(
)
)
{
btm_devctl.c:1314
BTM_BleSetChannels()
if
(
!
controller_get_interface
(
)
->
get_is_ready
(
)
)
{
btm_inq.c:180
BTM_SetDiscoverability()
if
(
!
controller_get_interface
(
)
->
supports_interlaced_inquiry_scan
(
)
)
{
btm_inq.c:293
BTM_SetInquiryScanType()
if
(
!
controller_get_interface
(
)
->
supports_interlaced_inquiry_scan
(
)
)
{
btm_inq.c:332
BTM_SetPageScanType()
const
controller_t
*
controller
=
controller_get_interface
(
)
;
btm_inq.c:369
BTM_SetInquiryMode()
if
(
!
controller_get_interface
(
)
->
get_is_ready
(
)
)
{
btm_inq.c:601
BTM_SetConnectability()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
btm_inq.c:905
BTM_StartInquiry()
controller_get_interface
(
)
->
supports_rssi_with_inquiry_results
(
)
)
{
btm_inq.c:2103
btm_process_inq_complete()
if
(
controller_get_interface
(
)
->
supports_extended_inquiry_response
(
)
)
{
btm_inq.c:2396
BTM_WriteEIR()
&&
controller_get_interface
(
)
->
get_is_ready
(
)
)
{
btm_sec.c:393
BTM_SetPinType()
if
(
!
controller_get_interface
(
)
->
supports_simple_pairing
(
)
)
{
btm_sec.c:1052
btm_sec_bond_by_transport()
if
(
!
controller_get_interface
(
)
->
supports_simple_pairing
(
)
btm_sec.c:1095
btm_sec_bond_by_transport()
BDADDR_TO_STREAM
(
p
,
controller_get_interface
(
)
->
get_address
(
)
->
address
)
;
btm_sec.c:1755
BTM_BuildOobData()
return
(
(
controller_get_interface
(
)
->
supports_secure_connections
(
)
)
&&
btm_sec.c:1893
BTM_BothEndsSupportSecureConnections()
BOOLEAN
local_supports_sc
=
controller_get_interface
(
)
->
supports_secure_connections
(
)
;
btm_sec.c:2189
btm_sec_l2cap_access_req()
BOOLEAN
local_supports_sc
=
controller_get_interface
(
)
->
supports_secure_connections
(
)
;
btm_sec.c:2551
btm_sec_mx_access_request()
if
(
!
controller_get_interface
(
)
->
get_is_ready
(
)
)
{
btm_sec.c:2634
btm_sec_conn_req()
if
(
controller_get_interface
(
)
->
supports_simple_pairing
(
)
)
{
btm_sec.c:2875
btm_sec_dev_reset()
BOOLEAN
local_supports_sc
=
controller_get_interface
(
)
->
supports_secure_connections
(
)
;
btm_sec.c:3347
btm_io_capabilities_req()
if
(
!
controller_get_interface
(
)
->
supports_ble_packet_extension
(
)
)
{
btu_hcif.c:2112
btu_ble_data_length_change_evt()
return
controller_get_interface
(
)
->
get_acl_packet_size_ble
(
)
;
btu_init.c:251
BTU_BleAclPktSize()
return
controller_get_interface
(
)
->
get_address
(
)
->
address
;
esp_bt_device.c:36
esp_bt_dev_get_address()
if
(
!
HCI_LE_SLAVE_INIT_FEAT_EXC_SUPPORTED
(
controller_get_interface
(
)
->
get_features_ble
(
)
->
as_array
)
)
{
l2c_ble.c:493
l2cble_advertiser_conn_comp()
p_ccb
->
local_conn_cfg
.
mps
=
controller_get_interface
(
)
->
get_acl_data_size_ble
(
)
;
l2c_ble.c:837
l2cble_process_sig_cmd()
if
(
!
controller_get_interface
(
)
->
supports_ble_packet_extension
(
)
)
{
l2c_ble.c:1379
l2cble_set_fixed_channel_tx_data_length()
const
controller_t
*
controller
=
controller_get_interface
(
)
;
l2c_link.c:1234
l2c_link_send_to_lower()
if
(
memcmp
(
(
uint8_t
*
)
p_bd_addr
,
(
uint8_t
*
)
&
controller_get_interface
(
)
->
get_address
(
)
->
address
,
sizeof
(
BD_ADDR
)
)
==
0
)
{
l2c_utils.c:70
l2cu_allocate_lcb()
p_lcb
->
tx_data_len
=
controller_get_interface
(
)
->
get_ble_default_data_packet_length
(
)
;
l2c_utils.c:106
l2cu_allocate_lcb()
uint16_t
acl_data_size
=
controller_get_interface
(
)
->
get_acl_data_size_classic
(
)
;
l2c_utils.c:1100
l2cu_send_peer_echo_rsp()
uint16_t
acl_packet_size
=
controller_get_interface
(
)
->
get_acl_packet_size_classic
(
)
;
l2c_utils.c:1101
l2cu_send_peer_echo_rsp()
if
(
!
controller_get_interface
(
)
->
supports_ble
(
)
)
{
l2c_utils.c:2275
l2cu_create_conn()
if
(
BTM_IS_BRCM_CONTROLLER
(
)
)
{
l2c_utils.c:2532
l2cu_set_acl_priority()
uint16_t
acl_data_size
=
controller_get_interface
(
)
->
get_acl_data_size_ble
(
)
;
l2c_utils.c:3588
l2cu_set_acl_hci_header()
uint16_t
acl_data_size
=
controller_get_interface
(
)
->
get_acl_data_size_classic
(
)
;
l2c_utils.c:3610
l2cu_set_acl_hci_header()
controller
=
controller_get_interface
(
)
;
packet_fragmenter.c:242
packet_fragmenter_get_interface()
}
else
if
(
controller_get_interface
(
)
->
supports_secure_connections
(
)
)
{
smp_keys.c:1994
smp_calculate_link_key_from_long_term_key()
BDADDR_TO_STREAM
(
p
,
controller_get_interface
(
)
->
get_address
(
)
->
address
)
;
smp_utils.c:610
smp_build_id_addr_cmd()
Call Tree
from
examples
controller_get_interface()
is called by 102 functions and calls 3 functions:
esp_bt_dev_get_address()
bta_dm_ble_set_data_length()
packet_fragmenter_get_interface()
btm_acl_created()
BTM_SwitchRole()
btm_read_remote_version_complete()
btm_read_remote_features_complete()
btm_get_max_packet_size()
btm_cont_rswitch()
BTM_SetBleDataLength()
btm_identity_addr_to_random_pseudo()
btm_random_pseudo_to_identity_addr()
btm_ble_refresh_local_resolvable_private_addr()
BTM_BleSetStorageConfig()
BTM_BleEnableBatchScan()
BTM_BleDisableBatchScan()
BTM_BleReadScanReports()
BTM_BleTrackAdvertiser()
btm_ble_clear_white_list_complete()
btm_ble_start_auto_conn()
BTM_BleUpdateAdvFilterPolicy()
BTM_BleObserve()
BTM_BleScan()
BTM_BleBroadcast()
BTM_BleConfigPrivacy()
BTM_BleSetBgConnType()
BTM_BleSetConnectableMode()
BTM_BleSetAdvParams()
BTM_BleSetAdvParamsAll()
BTM_BleStartAdv()
BTM_BleReadAdvParams()
BTM_BleSetScanParams()
BTM_BleSetScanFilterParams()
BTM_BleWriteScanRsp()
BTM_UpdateBleDuplicateExceptionalList()
BTM_BleWriteAdvData()
BTM_BleWriteLongAdvData()
BTM_BleGetCurrentAddress()
btm_ble_update_dmt_flag_bits()
btm_ble_read_remote_name()
btm_ble_read_remote_features_complete()
btm_ble_topology_check()
btm_ble_ext_adv_set_data_validate()
btm_ble_multi_adv_set_params()
btm_ble_enq_resolving_list_pending()
btm_ble_brcm_find_resolving_pending_entry()
btm_ble_deq_resolving_pending()
btm_ble_clear_irk_index()
btm_ble_find_irk_index()
btm_ble_update_resolving_list()
btm_ble_clear_resolving_list_complete()
btm_ble_remove_resolving_list_entry()
btm_ble_clear_resolving_list()
btm_ble_read_resolving_list_entry()
btm_ble_exe_disable_resolving_list()
btm_ble_exe_enable_resolving_list()
btm_ble_disable_resolving_list()
btm_ble_resolving_list_load_dev()
btm_ble_enable_resolving_list()
btm_ble_enable_resolving_list_for_platform()
btm_ble_resolving_list_init()
btm_ble_resolving_list_cleanup()
btm_dev_support_switch()
reset_complete()
BTM_DeviceReset()
BTM_IsDeviceUp()
BTM_SetLocalDeviceName()
BTM_SetDeviceClass()
BTM_ReadLocalFeatures()
BTM_SetAfhChannels()
BTM_BleSetChannels()
BTM_SetDiscoverability()
BTM_SetInquiryScanType()
BTM_SetPageScanType()
BTM_SetInquiryMode()
BTM_SetConnectability()
BTM_StartInquiry()
btm_process_inq_complete()
BTM_WriteEIR()
BTM_SetPinType()
btm_sec_bond_by_transport()
BTM_BuildOobData()
BTM_BothEndsSupportSecureConnections()
btm_sec_l2cap_access_req()
btm_sec_mx_access_request()
btm_sec_conn_req()
btm_sec_dev_reset()
btm_io_capabilities_req()
btu_ble_data_length_change_evt()
BTU_BleAclPktSize()
l2cble_advertiser_conn_comp()
l2cble_process_sig_cmd()
l2cble_set_fixed_channel_tx_data_length()
l2c_link_send_to_lower()
l2cu_allocate_lcb()
l2cu_send_peer_echo_rsp()
l2cu_create_conn()
l2cu_set_acl_priority()
l2cu_set_acl_hci_header()
smp_calculate_link_key_from_long_term_key()
smp_build_id_addr_cmd()
bt_mesh_hci_init()
All items filtered out
controller_get_interface()
hci_layer_get_interface()
hci_packet_factory_get_interface()
hci_packet_parser_get_interface()
All items filtered out
Data Use
from
examples
controller_get_interface()
reads 1 variable and writes 3 variables:
controller_param
All items filtered out
controller_get_interface()
controller_local_param_t::hci
controller_local_param_t::packet_factory
controller_local_param_t::packet_parser
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