Searched refs:p_char_decl (Results 1 – 1 of 1) sorted by relevance
514 tGATT_ATTR16 *p_char_decl, *p_char_val; in gatts_add_characteristic() local526 if ((p_char_decl = (tGATT_ATTR16 *)allocate_attr_in_db(p_db, &uuid, GATT_PERM_READ)) != NULL) { in gatts_add_characteristic()527 if (!copy_extra_byte_in_db(p_db, (void **)&p_char_decl->p_value, sizeof(tGATT_CHAR_DECL))) { in gatts_add_characteristic()528 deallocate_attr_in_db(p_db, p_char_decl); in gatts_add_characteristic()535 deallocate_attr_in_db(p_db, p_char_decl); in gatts_add_characteristic()539 p_char_decl->p_value->char_decl.property = property; in gatts_add_characteristic()540 p_char_decl->p_value->char_decl.char_val_handle = p_char_val->handle; in gatts_add_characteristic()558 deallocate_attr_in_db(p_db, p_char_decl); in gatts_add_characteristic()