Searched defs:p_char_decl (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/gatt/
H A Dgatt_db.c499 tGATT_ATTR16 *p_char_decl, *p_char_val; local
504 if ((p_char_decl = (tGATT_ATTR16 *)allocate_attr_in_db(p_db, &uuid, GATT_PERM_READ)) != NULL)
506 if (!copy_extra_byte_in_db(p_db, (void **)&p_char_decl->p_value, sizeof(tGATT_CHAR_DECL)))
508 deallocate_attr_in_db(p_db, p_char_decl);
516 deallocate_attr_in_db(p_db, p_char_decl);
520 p_char_decl->p_value->char_decl.property = property;
521 p_char_decl->p_value->char_decl.char_val_handle = p_char_val->handle;

Completed in 40 milliseconds