ESP-IDF
hash_key_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hash_key_t
hash_key_t
Syntax
Show:
Summary
Declaration
from
hash_functions.h:24
typedef
unsigned
char
hash_key_t
[
4
]
;
Examples
References
from
examples
Code
Location
Referrer
typedef
unsigned
char
hash_key_t
[
4
]
;
hash_functions.h:24
hash_key_t
hash_key
;
bta_gattc_co.c:87
static
void
getFilename
(
char
*
buffer
,
hash_key_t
hash
)
bta_gattc_co.c:101
getFilename()
hash_key_t
hash_key
=
{
0
}
;
bta_gattc_co.c:124
cacheOpen()
memcpy
(
hash_key
,
cache_env
->
cache_addr
[
*
index
]
.
hash_key
,
sizeof
(
hash_key_t
)
)
;
bta_gattc_co.c:130
cacheOpen()
UINT16
length
=
cache_env
->
num_addr
*
(
sizeof
(
BD_ADDR
)
+
sizeof
(
hash_key_t
)
)
;
bta_gattc_co.c:198
cacheReset()
memcpy
(
p_buf
+
i
*
(
sizeof
(
BD_ADDR
)
+
sizeof
(
hash_key_t
)
)
,
cache_env
->
cache_addr
[
i
]
.
addr
,
sizeof
(
BD_ADDR
)
)
;
bta_gattc_co.c:201
cacheReset()
memcpy
(
p_buf
+
i
*
(
sizeof
(
BD_ADDR
)
+
sizeof
(
hash_key_t
)
)
+
sizeof
(
BD_ADDR
)
,
bta_gattc_co.c:203
cacheReset()
cache_env
->
cache_addr
[
i
]
.
hash_key
,
sizeof
(
hash_key_t
)
)
;
bta_gattc_co.c:204
cacheReset()
hash_key_t
hash_key
=
{
0
}
;
bta_gattc_co.c:326
bta_gattc_co_cache_save()
num_addr
=
length
/
(
sizeof
(
BD_ADDR
)
+
sizeof
(
hash_key_t
)
)
;
bta_gattc_co.c:421
bta_gattc_co_cache_addr_init()
memcpy
(
cache_env
->
cache_addr
[
i
]
.
addr
,
p_buf
+
i
*
(
sizeof
(
BD_ADDR
)
+
sizeof
(
hash_key_t
)
)
,
sizeof
(
BD_ADDR
)
)
;
bta_gattc_co.c:425
bta_gattc_co_cache_addr_init()
p_buf
+
i
*
(
sizeof
(
BD_ADDR
)
+
sizeof
(
hash_key_t
)
)
+
sizeof
(
BD_ADDR
)
,
sizeof
(
hash_key_t
)
)
;
bta_gattc_co.c:427
bta_gattc_co_cache_addr_init()
UINT8
bta_gattc_co_find_hash_in_cache
(
hash_key_t
hash_key
)
bta_gattc_co.c:497
bta_gattc_co_find_hash_in_cache()
if
(
!
memcmp
(
addr_info
->
hash_key
,
hash_key
,
sizeof
(
hash_key_t
)
)
)
{
bta_gattc_co.c:503
bta_gattc_co_find_hash_in_cache()
void
bta_gattc_co_cache_addr_save
(
BD_ADDR
bd_addr
,
hash_key_t
hash_key
)
bta_gattc_co.c:528
bta_gattc_co_cache_addr_save()
memcpy
(
cache_env
->
cache_addr
[
index
]
.
hash_key
,
hash_key
,
sizeof
(
hash_key_t
)
)
;
bta_gattc_co.c:545
bta_gattc_co_cache_addr_save()
memcpy
(
cache_env
->
cache_addr
[
new_index
]
.
hash_key
,
hash_key
,
sizeof
(
hash_key_t
)
)
;
bta_gattc_co.c:554
bta_gattc_co_cache_addr_save()
UINT16
length
=
cache_env
->
num_addr
*
(
sizeof
(
BD_ADDR
)
+
sizeof
(
hash_key_t
)
)
;
bta_gattc_co.c:560
bta_gattc_co_cache_addr_save()
memcpy
(
p_buf
+
i
*
(
sizeof
(
BD_ADDR
)
+
sizeof
(
hash_key_t
)
)
,
cache_env
->
cache_addr
[
i
]
.
addr
,
sizeof
(
BD_ADDR
)
)
;
bta_gattc_co.c:564
bta_gattc_co_cache_addr_save()
memcpy
(
p_buf
+
i
*
(
sizeof
(
BD_ADDR
)
+
sizeof
(
hash_key_t
)
)
+
sizeof
(
BD_ADDR
)
,
bta_gattc_co.c:566
bta_gattc_co_cache_addr_save()
cache_env
->
cache_addr
[
i
]
.
hash_key
,
sizeof
(
hash_key_t
)
)
;
bta_gattc_co.c:567
bta_gattc_co_cache_addr_save()
extern
uint8_t
bta_gattc_co_find_hash_in_cache
(
hash_key_t
hash_key
)
;
bta_gattc_co.h:122
extern
void
bta_gattc_co_cache_addr_save
(
BD_ADDR
bd_addr
,
hash_key_t
hash_key
)
;
bta_gattc_co.h:128
void
hash_function_blob
(
const
unsigned
char
*
s
,
unsigned
int
len
,
hash_key_t
h
)
hash_functions.c:49
hash_function_blob()
j
=
sizeof
(
hash_key_t
)
-
1
;
hash_functions.c:54
hash_function_blob()
void
hash_function_blob
(
const
unsigned
char
*
s
,
unsigned
int
len
,
hash_key_t
h
)
;
hash_functions.h:35
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out