Bluetooth: Add missing break statement
Change-Id: I6950edb8dc0dcae4e96dbabd7fa66b03de7c2f92 Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
This commit is contained in:
parent
83fe7c7d71
commit
a9bda070d3
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue