fix function prototype

This commit is contained in:
Matthias Ringwald 2016-01-07 17:00:00 +01:00
parent 36139edc2b
commit 25f2e3077c

View File

@ -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;
}