Home
last modified time | relevance | path

Searched defs:add (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-3.5.0/components/mbedtls/port/dynamic/
Desp_ssl_cli.c16 static int manage_resource(mbedtls_ssl_context *ssl, bool add) in manage_resource()
Desp_ssl_srv.c15 static int manage_resource(mbedtls_ssl_context *ssl, bool add) in manage_resource()
/hal_espressif-3.5.0/components/mbedtls/test/
Dtest_aes_gcm.c227 uint8_t add[30]; variable
357 …uint8_t *add = heap_caps_malloc(add_len[i], MALLOC_CAP_DMA | MALLOC_CAP_8BIT | MALLOC_CAP_INTERNAL… variable
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_core/
Dproxy_client.h53 } add; member
Dprovisioner_main.c947 int add = -1; in bt_mesh_provisioner_local_app_key_add() local
1219 int add = -1; in bt_mesh_provisioner_local_net_key_add() local
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/smp/
Dsmp_api.c354 void SMP_SetStaticPasskey (BOOLEAN add, UINT32 passkey) in SMP_SetStaticPasskey()
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/core/
Dbtc_storage.c73 static bt_status_t btc_in_fetch_bonded_devices(int add) in btc_in_fetch_bonded_devices()
Dbtc_ble_storage.c767 static bt_status_t _btc_storage_in_fetch_bonded_ble_device(const char *remote_bd_addr, int add) in _btc_storage_in_fetch_bonded_ble_device()
814 static bt_status_t btc_storage_in_fetch_bonded_ble_devices(int add) in btc_storage_in_fetch_bonded_ble_devices()
/hal_espressif-3.5.0/components/esp_serial_slave_link/
Dessl.c189 esp_err_t essl_read_reg(essl_handle_t handle, uint8_t add, uint8_t *value_o, uint32_t wait_ms) in essl_read_reg()
Dessl_sdio.c392 esp_err_t essl_sdio_read_reg(void *arg, uint8_t add, uint8_t *value_o, uint32_t wait_ms) in essl_sdio_read_reg()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_privacy.c192 void btm_ble_update_resolving_list(BD_ADDR pseudo_bda, BOOLEAN add) in btm_ble_update_resolving_list()
Dbtm_ble.c433 void BTM_BleSetStaticPasskey(BOOLEAN add, UINT32 passkey) in BTM_BleSetStaticPasskey()
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_utils.c637 BOOLEAN add, BOOLEAN is_listen) in bta_gattc_mark_bg_conn()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c2796 BOOLEAN gatt_update_auto_connect_dev (tGATT_IF gatt_if, BOOLEAN add, BD_ADDR bd_addr, BOOLEAN is_in… in gatt_update_auto_connect_dev()
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c1022 void BTA_DmBleSetStaticPasskey(bool add, uint32_t passkey) in BTA_DmBleSetStaticPasskey()
/hal_espressif-3.5.0/tools/catch/
Dcatch.hpp951 AllOf& add( Matcher<ExpressionT> const& matcher ) { in add() function in Catch::Matchers::Impl::Generic::AllOf
991 AnyOf& add( Matcher<ExpressionT> const& matcher ) { in add() function in Catch::Matchers::Impl::Generic::AnyOf
2378 void add( T value ) { in add() function in Catch::ValuesGenerator
2434 void add( const IGenerator<T>* generator ) { in add() function in Catch::CompositeGenerator
5378 void add( std::string const& spelling ) { in add() function
8409 … void TagAliasRegistry::add( char const* alias, char const* tag, SourceLineInfo const& lineInfo ) { in add() function in Catch::TagAliasRegistry
8457 void add( Ptr<IStreamingReporter> const& reporter ) { in add() function in Catch::MultipleReporters
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h572 BOOLEAN add; member