Searched refs:hash_key_t (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_co.c | 87 hash_key_t hash_key; 101 static void getFilename(char *buffer, hash_key_t hash) in getFilename() 124 hash_key_t hash_key = {0}; in cacheOpen() 130 memcpy(hash_key, cache_env->cache_addr[*index].hash_key, sizeof(hash_key_t)); in cacheOpen() 191 UINT16 length = cache_env->num_addr*(sizeof(BD_ADDR) + sizeof(hash_key_t)); in cacheReset() 194 …memcpy(p_buf + i*(sizeof(BD_ADDR) + sizeof(hash_key_t)), cache_env->cache_addr[i].addr, sizeof(BD_… in cacheReset() 196 memcpy(p_buf + i*(sizeof(BD_ADDR) + sizeof(hash_key_t)) + sizeof(BD_ADDR), in cacheReset() 197 cache_env->cache_addr[i].hash_key, sizeof(hash_key_t)); in cacheReset() 319 hash_key_t hash_key = {0}; in bta_gattc_co_cache_save() 414 num_addr = length / (sizeof(BD_ADDR) + sizeof(hash_key_t)); in bta_gattc_co_cache_addr_init() [all …]
|
/hal_espressif-3.6.0/components/bt/common/osi/include/osi/ |
D | hash_functions.h | 24 typedef unsigned char hash_key_t[4]; typedef 35 void hash_function_blob(const unsigned char *s, unsigned int len, hash_key_t h);
|
/hal_espressif-3.6.0/components/bt/common/osi/ |
D | hash_functions.c | 49 void hash_function_blob(const unsigned char *s, unsigned int len, hash_key_t h) in hash_function_blob() 54 j = sizeof(hash_key_t)-1; in hash_function_blob()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gattc_co.h | 122 extern uint8_t bta_gattc_co_find_hash_in_cache(hash_key_t hash_key); 128 extern void bta_gattc_co_cache_addr_save(BD_ADDR bd_addr, hash_key_t hash_key);
|