mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-30 07:21:20 +00:00
hfp: fix compile
This commit is contained in:
parent
d68dcce183
commit
ba92fcf681
@ -497,7 +497,7 @@ void hfp_handle_hci_event(uint8_t packet_type, uint16_t channel, uint8_t *packet
|
||||
|
||||
reverse_bd_addr(&packet[5], event_addr);
|
||||
int index = 2;
|
||||
uint8_t status = packet[index++];
|
||||
status = packet[index++];
|
||||
|
||||
if (status != 0){
|
||||
log_error("(e)SCO Connection failed status %u", status);
|
||||
|
Loading…
x
Reference in New Issue
Block a user