Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 57) sorted by relevance

123

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/avrc/
Davrc_opt.c100 UINT16 AVRC_UnitCmd(UINT8 handle, UINT8 label) in AVRC_UnitCmd()
144 UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page) in AVRC_SubCmd()
187 UINT16 AVRC_VendorCmd(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg) in AVRC_VendorCmd()
223 UINT16 AVRC_VendorRsp(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg) in AVRC_VendorRsp()
Davrc_api.c187 static void avrc_send_continue_frag(UINT8 handle, UINT8 label) in avrc_send_continue_frag()
254 static BT_HDR *avrc_proc_vendor_command(UINT8 handle, UINT8 label, in avrc_proc_vendor_command()
354 static UINT8 avrc_proc_far_msg(UINT8 handle, UINT8 label, UINT8 cr, BT_HDR **pp_pkt, in avrc_proc_far_msg()
510 static void avrc_msg_cback(UINT8 handle, UINT8 label, UINT8 cr, in avrc_msg_cback()
927 UINT16 AVRC_MsgReq (UINT8 handle, UINT8 label, UINT8 ctype, BT_HDR *p_pkt) in AVRC_MsgReq()
1054 UINT16 AVRC_PassCmd(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg) in AVRC_PassCmd()
1093 UINT16 AVRC_PassRsp(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg) in AVRC_PassRsp()
/hal_espressif-2.7.6/components/nvs_flash/src/
Dnvs_partition_lookup.cpp12 esp_err_t lookup_nvs_partition(const char* label, NVSPartition **p) in lookup_nvs_partition()
36 esp_err_t lookup_nvs_encrypted_partition(const char* label, nvs_sec_cfg_t* cfg, NVSPartition **p) in lookup_nvs_encrypted_partition()
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/av/
Dbta_av_api.c386 void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id, tBTA_AV_STATE key_state) in BTA_AvRemoteCmd()
413 void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code, UINT8 *p_data, UINT16 len) in BTA_AvVendorCmd()
448 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, UINT8 *p_data, UINT16 len… in BTA_AvVendorRsp()
528 void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp()
561 void BTA_AvMetaCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CMD cmd_code, BT_HDR *p_pkt) in BTA_AvMetaCmd()
/hal_espressif-2.7.6/components/spi_flash/
Dpartition.c50 const char* label; // requested label (can be NULL) member
86 esp_partition_subtype_t subtype, const char* label) in esp_partition_find()
134 esp_partition_subtype_t subtype, const char* label) in esp_partition_find_first()
146 esp_partition_subtype_t subtype, const char* label) in iterator_create()
233 const char* label, esp_partition_type_t type, esp_partition_subtype_t subtype, in esp_partition_register_external()
314 const char *label = (strlen(partition->label) > 0) ? partition->label : NULL; in esp_partition_verify() local
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/avct/include/
Davct_defs.h51 #define AVCT_BLD_HDR(p, label, type, cr_ipid) \ argument
54 #define AVCT_PRS_HDR(p, label, type, cr_ipid) \ argument
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/
Dfoundation.h128 struct label { struct
143 struct label *get_label(uint16_t index); argument
/hal_espressif-2.7.6/components/wpa_supplicant/src/crypto/
Dsha256-prf.c30 int sha256_prf(const u8 *key, size_t key_len, const char *label, in sha256_prf()
54 int sha256_prf_bits(const u8 *key, size_t key_len, const char *label, in sha256_prf_bits()
Dsha256-kdf.c33 const char *label, const u8 *seed, size_t seed_len, in hmac_sha256_kdf()
Dsha256-tlsprf.c29 int tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha256()
Dsha384-tlsprf.c29 int tls_prf_sha384(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha384()
Dsha1-tlsprf.c30 int tls_prf_sha1_md5(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha1_md5()
Dsha1.c129 sha1_prf(const u8 *key, size_t key_len, const char *label, in sha1_prf()
/hal_espressif-2.7.6/components/bootloader_support/src/
Dbootloader_common.c73 bool bootloader_common_label_search(const char *list, char *label) in bootloader_common_label_search()
128 char label[sizeof(partition->label) + 1] = {0}; in bootloader_common_erase_part_type_data() local
/hal_espressif-2.7.6/components/spi_flash/test/
Dtest_partition_ext.c13 const char* label = "ext_fat"; variable
/hal_espressif-2.7.6/components/bootloader_support/test/
Dtest_verify_image.c55 char label[16 + 1] = {0}; in check_label_search() local
/hal_espressif-2.7.6/examples/storage/partition_api/partition_find/
Dpartition_find_example_test.py13 def expect_find_partition(_type, subtype, label, name, offset, size): argument
/hal_espressif-2.7.6/components/wpa_supplicant/src/eap_peer/
Deap_peap_common.c19 const char *label, const u8 *seed, size_t seed_len, in peap_prfplus()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/avdt/
Davdt_api.c551 UINT16 AVDT_ConfigRsp(UINT8 handle, UINT8 label, UINT8 error_code, UINT8 category) in AVDT_ConfigRsp()
758 UINT16 AVDT_ReconfigRsp(UINT8 handle, UINT8 label, UINT8 error_code, UINT8 category) in AVDT_ReconfigRsp()
826 UINT16 AVDT_SecurityRsp(UINT8 handle, UINT8 label, UINT8 error_code, in AVDT_SecurityRsp()
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c298 static void send_metamsg_rsp (UINT8 rc_handle, UINT8 label, tBTA_AV_CODE code, in send_metamsg_rsp()
385 static void send_reject_response (UINT8 rc_handle, UINT8 label, UINT8 pdu, UINT8 status) in send_reject_response()
709 static void btc_rc_upstreams_evt(UINT16 event, tAVRC_COMMAND *pavrc_cmd, UINT8 ctype, UINT8 label) in btc_rc_upstreams_evt()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/avct/
Davct_api.c391 UINT16 AVCT_MsgReq(UINT8 handle, UINT8 label, UINT8 cr, BT_HDR *p_msg) in AVCT_MsgReq()
/hal_espressif-2.7.6/examples/system/ota/native_ota_example/main/
Dnative_ota_example.c56 static void print_sha256 (const uint8_t *image_hash, const char *label) in print_sha256()
/hal_espressif-2.7.6/components/spi_flash/sim/stubs/spi_flash/
Desp_partition.h86 char label[17]; /*!< partition label, zero-terminated ASCII string */ member
/hal_espressif-2.7.6/components/bootloader_support/include/
Desp_flash_partitions.h86 uint8_t label[16]; member
/hal_espressif-2.7.6/components/ulp/
Dulp_macro.c34 uint32_t label : 16; member

123