mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-24 15:02:43 +00:00
test/hfp: prepare for use of mandatory safe settings
This commit is contained in:
parent
13ea5944fd
commit
91dcc65818
@ -402,3 +402,8 @@ void inject_hfp_command_to_ag(uint8_t * data, int len){
|
|||||||
bool hci_extended_sco_link_supported(void){
|
bool hci_extended_sco_link_supported(void){
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool gap_secure_connection(hci_con_handle_t con_handle){
|
||||||
|
UNUSED(con_handle);
|
||||||
|
return true;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user