Home
last modified time | relevance | path

Searched refs:p_char_decl (Results 1 – 1 of 1) sorted by relevance

/system/bt/stack/gatt/
Dgatt_db.c493 tGATT_ATTR16 *p_char_decl, *p_char_val; in gatts_add_characteristic() local
498 if ((p_char_decl = (tGATT_ATTR16 *)allocate_attr_in_db(p_db, &uuid, GATT_PERM_READ)) != NULL) in gatts_add_characteristic()
500 if (!copy_extra_byte_in_db(p_db, (void **)&p_char_decl->p_value, sizeof(tGATT_CHAR_DECL))) in gatts_add_characteristic()
502 deallocate_attr_in_db(p_db, p_char_decl); in gatts_add_characteristic()
510 deallocate_attr_in_db(p_db, p_char_decl); in gatts_add_characteristic()
514 p_char_decl->p_value->char_decl.property = property; in gatts_add_characteristic()
515 p_char_decl->p_value->char_decl.char_val_handle = p_char_val->handle; in gatts_add_characteristic()