Diff between a414f36b9ae9261ef5dbe1d4eabe8b5646b9a55f and 3a67c37c0bd64886b49f28bfcf32c0836c395452
Changed Files
| File | Additions | Deletions | Status |
| src/gatt-client.c | +3 | -2 | modified |
Full Patch
diff --git a/src/gatt-client.c b/src/gatt-client.c
index 0364e23..7aab747 100644
--- a/src/gatt-client.c
+++ b/src/gatt-client.c
@@ -1573,8 +1573,9 @@ static void read_ext_props_cb(bool success, uint8_t att_ecode,
chrc->ext_props = get_le16(value);
if (chrc->ext_props)
g_dbus_emit_property_changed(btd_get_dbus_connection(),
- service->path,
- GATT_SERVICE_IFACE, "Flags");
+ chrc->path,
+ GATT_CHARACTERISTIC_IFACE,
+ "Flags");
queue_remove(service->pending_ext_props, chrc);