OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_char_val
(Results
1 - 1
of
1
) sorted by null
/system/bt/stack/gatt/
gatt_db.c
493
tGATT_ATTR16 *p_char_decl, *
p_char_val
;
local
506
p_char_val
= (tGATT_ATTR16 *)allocate_attr_in_db(p_db, p_char_uuid, perm);
508
if (
p_char_val
== NULL)
515
p_char_decl->p_value->char_decl.char_val_handle =
p_char_val
->handle;
517
p_char_val
->p_value = NULL;
519
return
p_char_val
->handle;
[
all
...]
Completed in 67 milliseconds