/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 245 static void btc_gattc_fill_gatt_db_conversion(uint16_t count, uint16_t num, esp_gatt_db_attr_type_t… in btc_gattc_fill_gatt_db_conversion() 317 uint16_t *count, uint16_t offset) in btc_ble_gattc_get_service() 358 uint16_t *count, uint16_t offset) in btc_ble_gattc_get_all_char() 386 uint16_t *count, uint16_t offset) in btc_ble_gattc_get_all_descr() 416 uint16_t *count) in btc_ble_gattc_get_char_by_uuid() 449 uint16_t *count) in btc_ble_gattc_get_descr_by_uuid() 484 uint16_t *count) in btc_ble_gattc_get_descr_by_char_handle() 518 uint16_t *count) in btc_ble_gattc_get_include_service() 555 uint16_t *count) in btc_ble_gattc_get_attr_count() 567 esp_gattc_db_elem_t *db, uint16_t *count) in btc_ble_gattc_get_db()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_api.c | 354 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetServiceWithUUID() 360 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetAllChar() 375 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetAllDescriptor() 390 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetCharByUUID() 406 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetDescrByUUID() 421 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetDescrByCharHandle() 436 tBT_UUID *incl_uuid, btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetIncludeService() 450 void BTA_GATTC_GetDBSize(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, UINT16 *count) in BTA_GATTC_GetDBSize() 456 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count) in BTA_GATTC_GetDBSizeByType() 475 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetGattDb()
|
D | bta_gatts_main.c | 157 uint8_t count = 0; in bta_gatts_srvc_active_count() local
|
D | bta_gattc_cache.c | 1256 UINT16 *count) in bta_gattc_get_service_with_uuid() 1330 UINT16 *count) in bta_gattc_get_db_with_opration() 1695 …bta_gattc_get_db_size_handle(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, UINT16 *count) in bta_gattc_get_db_size_handle() 1714 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count) in bta_gattc_get_db_size_with_type_handle() 1761 UINT16 *count) in bta_gattc_get_gatt_db_impl() 1909 …db(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, btgatt_db_element_t **db, UINT16 *count) in bta_gattc_get_gatt_db()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 254 … esp_gattc_service_elem_t *result, uint16_t *count, uint16_t offset) in esp_ble_gattc_get_service() 272 uint16_t *count, uint16_t offset) in esp_ble_gattc_get_all_char() 293 uint16_t *count, uint16_t offset) in esp_ble_gattc_get_all_descr() 315 uint16_t *count) in esp_ble_gattc_get_char_by_uuid() 340 uint16_t *count) in esp_ble_gattc_get_descr_by_uuid() 357 uint16_t *count) in esp_ble_gattc_get_descr_by_char_handle() 380 uint16_t *count) in esp_ble_gattc_get_include_service() 403 uint16_t *count) in esp_ble_gattc_get_attr_count() 421 esp_gattc_db_elem_t *db, uint16_t *count) in esp_ble_gattc_get_db()
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | sha1-pbkdf2.c | 15 size_t ssid_len, int iterations, unsigned int count, in pbkdf2_sha1_f() 75 unsigned int count = 0; in pbkdf2_sha1() local
|
D | sha1_i.h | 14 u32 count[2]; member
|
D | md4-internal.c | 19 u64 count; /* number of bits, mod 2^64 */ member 150 u8 count[8]; in MD4Pad() local
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_fast_pac.c | 417 int count = 0; in eap_fast_load_pac() local 626 int ret, count = 0; in eap_fast_save_pac() local 678 size_t count; in eap_fast_pac_list_truncate() local 759 size_t count = 0; in eap_fast_load_pac_bin() local 880 size_t len, count = 0; in eap_fast_save_pac_bin() local
|
D | eap.c | 89 const struct eap_method * eap_peer_get_methods(size_t *count) in eap_peer_get_methods() 178 size_t *count) in eap_get_phase2_types() 451 size_t count = 0; in eap_sm_build_nak() local
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_auth.c | 196 for (size_t count = fixed_queue_length(p_tcb->pending_enc_clcb); in gatt_enc_cmpl_cback() local 239 size_t count = fixed_queue_length(p_tcb->pending_enc_clcb); in gatt_notify_enc_cmpl() local
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wpa_auth_ie.c | 28 u8 *pos, *count; in wpa_write_wpa_ie() local 93 u8 *pos, *count; in wpa_write_rsn_ie() local
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/ |
D | bta_avrc_co.c | 67 UINT8 count = 0; in bta_avrc_co_rn_evt_cap() local
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_main.c | 129 uint8_t count = 0; in btm_acl_active_count() local
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/ |
D | bta_sdp_act.c | 288 int count = 0; in bta_create_ops_sdp_record() local 397 int count = 0; in bta_sdp_search_cback() local
|
/hal_espressif-latest/components/heap/ |
D | heap_task_info.c | 31 size_t count = *params->num_totals; in heap_caps_get_per_task_info() local
|
/hal_espressif-latest/components/spi_flash/include/ |
D | esp_spi_flash_counters.h | 24 uint32_t count; // number of times operation was executed member
|
/hal_espressif-latest/components/esp_hw_support/include/ |
D | spinlock.h | 36 NEED_VOLATILE_MUX uint32_t count; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | health_srv.c | 42 uint8_t count = 0U; in health_get_curr_fault_count() local 368 size_t count = 0U; in health_pub_update() local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | cfg_cli.h | 125 uint8_t count; member 196 uint8_t count; member 204 uint8_t count; member
|
/hal_espressif-latest/components/heap/port/ |
D | memory_layout_utils.c | 66 static void s_prepare_reserved_regions(soc_reserved_region_t *reserved, size_t count) in s_prepare_reserved_regions()
|
/hal_espressif-latest/components/heap/include/ |
D | esp_heap_task_info.h | 24 size_t count[NUM_HEAP_TASK_CAPS]; ///< Number of blocks partitioned by selected caps member
|
D | esp_heap_trace.h | 54 size_t count; ///< The number of records in the internal buffer member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/ |
D | avrc_sdp.c | 239 UINT16 count = 1; in AVRC_AddRecord() local
|
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | tlsv1_server.c | 380 size_t count; in tlsv1_server_init() local 688 size_t count; in tlsv1_server_set_cipher_list() local
|