HomeSort by relevance Sort by last modified time
    Searched refs:char_decl (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/gatt/
gatt_db.cc 190 UINT8_TO_STREAM(p, attr16.p_value->char_decl.property);
191 UINT16_TO_STREAM(p, attr16.p_value->char_decl.char_val_handle);
369 tGATT_ATTR& char_decl = allocate_attr_in_db(db, uuid, GATT_PERM_READ); local
372 char_decl.p_value.reset((tGATT_ATTR_VALUE*)(new tGATT_CHAR_DECL));
373 char_decl.p_value->char_decl.property = property;
374 char_decl.p_value->char_decl.char_val_handle = char_val.handle;
gatt_int.h 155 tGATT_CHAR_DECL char_decl; /* characteristic declaration */ member in union:__anon106232

Completed in 46 milliseconds