ESP-IDF
btc_config_get_bin()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_config_get_bin()
btc_config_get_bin() function
Syntax
Show:
Summary
Declaration
Definition
from
btc_config.h:27
bool
btc_config_get_bin
(
const
char
*
section
,
const
char
*
key
,
uint8_t
*
value
,
size_t
*
length
)
;
Implemented in
btc_config.c:192
Arguments
Argument
Declared as
section
const
char
*
key
const
char
*
value
uint8_t
*
length
size_t
*
Examples
References
from
examples
Code
Location
Referrer
bool
btc_config_get_bin
(
const
char
*
section
,
const
char
*
key
,
uint8_t
*
value
,
size_t
*
length
)
btc_config.c:192
bool
btc_config_get_bin
(
const
char
*
section
,
const
char
*
key
,
uint8_t
*
value
,
size_t
*
length
)
;
btc_config.h:27
int
ret
=
btc_config_get_bin
(
bdstr
,
name
,
(
uint8_t
*
)
key_value
,
&
length
)
;
btc_ble_storage.c:184
_btc_storage_get_ble_bonding_key()
int
ret
=
btc_config_get_bin
(
BTC_BLE_STORAGE_LOCAL_ADAPTER_STR
,
name
,
(
uint8_t
*
)
key_value
,
&
length
)
;
btc_ble_storage.c:486
_btc_storage_get_ble_local_key()
int
ret
=
btc_config_get_bin
(
bdstr
,
BTC_BLE_STORAGE_GATT_CL_SUPP_FEAT_STR
,
value
,
(
size_t
*
)
&
len
)
;
btc_ble_storage.c:1040
btc_storage_get_gatt_cl_supp_feat()
int
ret
=
btc_config_get_bin
(
bdstr
,
BTC_BLE_STORAGE_GATT_DB_HASH_STR
,
value
,
(
size_t
*
)
&
len
)
;
btc_ble_storage.c:1062
btc_storage_get_gatt_db_hash()
if
(
btc_config_get_bin
(
remote_bd_addr
,
BTC_STORAGE_LINK_KEY_STR
,
link_key
,
&
size
)
)
{
btc_storage.c:89
_btc_storage_in_fetch_bonded_bt_device()
btc_config_get_bin
(
remote_bd_addr
,
BTC_STORAGE_SC_SUPPORT
,
&
sc_support
,
&
size
)
;
btc_storage.c:103
_btc_storage_in_fetch_bonded_bt_device()
btc_config_get_bin
(
name
,
"HidDescriptor"
,
(
uint8_t
*
)
dscp_info
.
descriptor
.
dsc_list
,
&
len
)
;
btc_storage.c:437
btc_storage_load_bonded_hid_info()
Call Tree
from
examples
btc_config_get_bin()
is called by 6 functions and calls 2 functions:
_btc_storage_get_ble_bonding_key()
_btc_storage_get_ble_local_key()
btc_storage_get_gatt_cl_supp_feat()
btc_storage_get_gatt_db_hash()
_btc_storage_in_fetch_bonded_bt_device()
btc_storage_load_bonded_hid_info()
All items filtered out
btc_config_get_bin()
__assert_func()
config_get_string()
All items filtered out
Data Use
from
examples
btc_config_get_bin()
reads 1 variable:
config
All items filtered out
btc_config_get_bin()
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