Bluetooth: Add missing break statement

Change-Id: I6950edb8dc0dcae4e96dbabd7fa66b03de7c2f92
Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
This commit is contained in:
Mariusz Skamra 2015-10-21 11:46:22 +02:00 committed by Anas Nashif
commit a9bda070d3

View file

@ -285,6 +285,8 @@ static uint8_t find_info_cb(const struct bt_gatt_attr *attr, void *user_data)
if (att->chan.tx.mtu - data->buf->len > sizeof(*data->info16)) {
return BT_GATT_ITER_CONTINUE;
}
break;
case BT_ATT_INFO_128:
if (attr->uuid->type != BT_UUID_128) {
return BT_GATT_ITER_STOP;