ESP-IDF
btc_config_set_bin()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_set_bin()
btc_config_set_bin() function
Syntax
Show:
Summary
Declaration
Definition
from
btc_config.h:28
bool
btc_config_set_bin
(
const
char
*
section
,
const
char
*
key
,
const
uint8_t
*
value
,
size_t
length
)
;
Implemented in
btc_config.c:241
Arguments
Argument
section
key
value
length
Examples
References
from
examples
Code
Location
Referrer
bool
btc_config_set_bin
(
const
char
*
section
,
const
char
*
key
,
const
uint8_t
*
value
,
size_t
length
)
btc_config.c:241
bool
btc_config_set_bin
(
const
char
*
section
,
const
char
*
key
,
const
uint8_t
*
value
,
size_t
length
)
;
btc_config.h:28
int
ret
=
btc_config_set_bin
(
bdstr
,
name
,
(
const
uint8_t
*
)
key
,
key_length
)
;
btc_ble_storage.c:125
_btc_storage_add_ble_bonding_key()
int
ret
=
btc_config_set_bin
(
BTC_BLE_STORAGE_LOCAL_ADAPTER_STR
,
name
,
(
const
uint8_t
*
)
key
,
key_length
)
;
btc_ble_storage.c:435
_btc_storage_add_ble_local_key()
ret
=
btc_config_set_bin
(
bdstr
,
BTC_BLE_STORAGE_GATT_CL_SUPP_FEAT_STR
,
value
,
(
size_t
)
len
)
;
btc_ble_storage.c:1050
btc_storage_set_gatt_cl_supp_feat()
ret
=
btc_config_set_bin
(
bdstr
,
BTC_BLE_STORAGE_GATT_DB_HASH_STR
,
value
,
(
size_t
)
len
)
;
btc_ble_storage.c:1072
btc_storage_set_gatt_db_hash()
ret
&=
btc_config_set_bin
(
bdstr
,
BTC_STORAGE_LINK_KEY_STR
,
link_key
,
sizeof
(
LINK_KEY
)
)
;
btc_storage.c:70
btc_storage_add_bonded_device()
ret
&=
btc_config_set_bin
(
bdstr
,
BTC_STORAGE_SC_SUPPORT
,
(
uint8_t
*
)
&
sc_support
,
sizeof
(
sc_support
)
)
;
btc_storage.c:71
btc_storage_add_bonded_device()
btc_config_set_bin
(
bdstr
,
"HidDescriptor"
,
dsc_list
,
dl_len
)
;
btc_storage.c:373
btc_storage_add_hid_device_info()
Call Tree
from
examples
btc_config_set_bin()
is called by 6 functions and calls 4 functions:
_btc_storage_add_ble_bonding_key()
_btc_storage_add_ble_local_key()
btc_storage_set_gatt_cl_supp_feat()
btc_storage_set_gatt_db_hash()
btc_storage_add_bonded_device()
btc_storage_add_hid_device_info()
All items filtered out
btc_config_set_bin()
__assert_func()
free()
osi_calloc_func()
config_set_string()
All items filtered out
Data Use
from
examples
btc_config_set_bin()
reads 1 variable:
config
All items filtered out
btc_config_set_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