OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_char_decl
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_db.c
464
tGATT_ATTR16 *
p_char_decl
, *p_char_val;
local
469
if ((
p_char_decl
= (tGATT_ATTR16 *)allocate_attr_in_db(p_db, GATT_UUID_CHAR_DECLARE, NULL, GATT_PERM_READ)) != NULL)
471
if (!copy_extra_byte_in_db(p_db, (void **)&
p_char_decl
->p_value, sizeof(tGATT_CHAR_DECL)))
473
deallocate_attr_in_db(p_db,
p_char_decl
);
481
deallocate_attr_in_db(p_db,
p_char_decl
);
485
p_char_decl
->p_value->char_decl.property = property;
486
p_char_decl
->p_value->char_decl.char_val_handle = p_char_val->handle;
[
all
...]
Completed in 95 milliseconds