mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +00:00
sm: review UNUSED-size
This commit is contained in:
parent
4599b98a66
commit
cbdfe9f7d6
@ -3003,8 +3003,8 @@ static void sm_handle_random_result(uint8_t * data){
|
||||
|
||||
static void sm_event_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size){
|
||||
|
||||
UNUSED(channel);
|
||||
UNUSED(size);
|
||||
UNUSED(channel); // ok: there is no channel
|
||||
UNUSED(size); // ok: fixed format HCI events
|
||||
|
||||
sm_connection_t * sm_conn;
|
||||
hci_con_handle_t con_handle;
|
||||
|
Loading…
Reference in New Issue
Block a user