diff --git a/src/hfp_hf.c b/src/hfp_hf.c index dc22920d0..b6a2c32f3 100644 --- a/src/hfp_hf.c +++ b/src/hfp_hf.c @@ -1063,7 +1063,7 @@ void hfp_hf_init(uint16_t rfcomm_channel_nr, uint32_t supported_features, uint16 } } -void hfp_hf_set_supported_features(bd_addr_t bd_addr, uint32_t supported_features){ +void hfp_hf_set_supported_features(uint32_t supported_features){ hfp_supported_features = supported_features; }