HomeSort by relevance Sort by last modified time
    Searched full:p_char_decl (Results 1 - 1 of 1) sorted by null

  /system/bt/stack/gatt/
gatt_db.c 499 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;
    [all...]

Completed in 413 milliseconds