Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_db.c253 UINT8_TO_STREAM(p, p_attr16->p_value->char_decl.property); in read_attr_value()
254 UINT16_TO_STREAM(p, p_attr16->p_value->char_decl.char_val_handle); in read_attr_value()
520 p_char_decl->p_value->char_decl.property = property; in gatts_add_characteristic()
521 p_char_decl->p_value->char_decl.char_val_handle = p_char_val->handle; in gatts_add_characteristic()
Dgatt_int.h161 tGATT_CHAR_DECL char_decl; /* characteristic declaration */ member