Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 96) sorted by relevance

1234

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c245 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/
Dbta_gattc_api.c354 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()
Dbta_gatts_main.c157 uint8_t count = 0; in bta_gatts_srvc_active_count() local
Dbta_gattc_cache.c1256 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/
Desp_gattc_api.c254 … 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/
Dsha1-pbkdf2.c15 size_t ssid_len, int iterations, unsigned int count, in pbkdf2_sha1_f()
75 unsigned int count = 0; in pbkdf2_sha1() local
Dsha1_i.h14 u32 count[2]; member
Dmd4-internal.c19 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/
Deap_fast_pac.c417 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
Deap.c89 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/
Dgatt_auth.c196 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/
Dwpa_auth_ie.c28 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/
Dbta_avrc_co.c67 UINT8 count = 0; in bta_avrc_co_rn_evt_cap() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_main.c129 uint8_t count = 0; in btm_acl_active_count() local
/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp_act.c288 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/
Dheap_task_info.c31 size_t count = *params->num_totals; in heap_caps_get_per_task_info() local
/hal_espressif-latest/components/spi_flash/include/
Desp_spi_flash_counters.h24 uint32_t count; // number of times operation was executed member
/hal_espressif-latest/components/esp_hw_support/include/
Dspinlock.h36 NEED_VOLATILE_MUX uint32_t count; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_srv.c42 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/
Dcfg_cli.h125 uint8_t count; member
196 uint8_t count; member
204 uint8_t count; member
/hal_espressif-latest/components/heap/port/
Dmemory_layout_utils.c66 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/
Desp_heap_task_info.h24 size_t count[NUM_HEAP_TASK_CAPS]; ///< Number of blocks partitioned by selected caps member
Desp_heap_trace.h54 size_t count; ///< The number of records in the internal buffer member
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_sdp.c239 UINT16 count = 1; in AVRC_AddRecord() local
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_server.c380 size_t count; in tlsv1_server_init() local
688 size_t count; in tlsv1_server_set_cipher_list() local

1234