--- attrib/gatt.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/attrib/gatt.c b/attrib/gatt.c index 360218b..095b157 100644 --- a/attrib/gatt.c +++ b/attrib/gatt.c @@ -71,13 +71,11 @@ static guint16 encode_discover_primary(uint16_t start, uint16_t end, { bt_uuid_t prim; guint16 plen; - uint8_t op; bt_uuid16_create(&prim, GATT_PRIM_SVC_UUID); if (uuid == NULL) { /* Discover all primary services */ - op = ATT_OP_READ_BY_GROUP_REQ; plen = enc_read_by_grp_req(start, end, &prim, pdu, len); } else { uint16_t u16; @@ -86,8 +84,6 @@ static guint16 encode_discover_primary(uint16_t start, uint16_t end, int vlen; /* Discover primary service by service UUID */ - op = ATT_OP_FIND_BY_TYPE_REQ; - if (uuid->type == BT_UUID16) { u16 = htobs(uuid->value.u16); value = &u16; -- 1.7.5.rc3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html