mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-25 09:02:30 +00:00
bnep: review UNUSED-size
This commit is contained in:
parent
5fce605819
commit
f21eb74fee
@ -1172,7 +1172,7 @@ static int bnep_handle_control_packet(bnep_channel_t *channel, uint8_t *packet,
|
|||||||
*/
|
*/
|
||||||
static int bnep_hci_event_handler(uint8_t *packet, uint16_t size)
|
static int bnep_hci_event_handler(uint8_t *packet, uint16_t size)
|
||||||
{
|
{
|
||||||
UNUSED(size);
|
UNUSED(size); // ok: handling own l2cap events
|
||||||
|
|
||||||
bd_addr_t event_addr;
|
bd_addr_t event_addr;
|
||||||
uint16_t psm;
|
uint16_t psm;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user