mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-02 07:20:16 +00:00
fix function prototype
This commit is contained in:
parent
36139edc2b
commit
25f2e3077c
@ -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;
|
hfp_supported_features = supported_features;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user