Searched refs:char_decl (Results 1 – 3 of 3) sorted by relevance
133 UINT8_TO_STREAM(p_data, p_attr->p_value->char_decl.property); in fill_database_info()134 UINT16_TO_STREAM(p_data, p_attr->p_value->char_decl.char_val_handle); in fill_database_info()236 printf("\tval_handle %d\n", p_attr->p_value->char_decl.char_val_handle); in gatts_show_local_database()237 …rintf("\tperm 0x%04x, prop 0x%02x\n", p_char_val->permission, p_attr->p_value->char_decl.property); in gatts_show_local_database()
248 UINT8_TO_STREAM(p, p_attr16->p_value->char_decl.property); in read_attr_value()249 UINT16_TO_STREAM(p, p_attr16->p_value->char_decl.char_val_handle); in read_attr_value()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()
172 tGATT_CHAR_DECL char_decl; /* characteristic declaration */ member