mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 17:42:51 +00:00
gatt_client: add missing default
This commit is contained in:
parent
b7b03a30ea
commit
10cae6ea33
@ -2778,6 +2778,8 @@ static void gatt_client_l2cap_handler(uint8_t packet_type, uint16_t channel, uin
|
||||
gatt_client_handle_att_response(gatt_client, packet, size);
|
||||
gatt_client_run();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user