Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_db.cc206 UINT8_TO_STREAM(p, attr16.p_value->char_decl.property); in read_attr_value()
207 UINT16_TO_STREAM(p, attr16.p_value->char_decl.char_val_handle); in read_attr_value()
380 tGATT_ATTR& char_decl = allocate_attr_in_db(db, uuid, GATT_PERM_READ); in gatts_add_characteristic() local
383 char_decl.p_value.reset(new tGATT_ATTR_VALUE); in gatts_add_characteristic()
384 char_decl.p_value->char_decl.property = property; in gatts_add_characteristic()
385 char_decl.p_value->char_decl.char_val_handle = char_val.handle; in gatts_add_characteristic()
Dgatt_sr_hash.cc95 UINT8_TO_STREAM(p_data, attr_it->p_value->char_decl.property); in fill_database_info()
96 UINT16_TO_STREAM(p_data, attr_it->p_value->char_decl.char_val_handle); in fill_database_info()
Dgatt_int.h157 tGATT_CHAR_DECL char_decl; /* characteristic declaration */ member