mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +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){
|
||||
return true;
|
||||
}
|
||||
|
||||
bool gap_secure_connection(hci_con_handle_t con_handle){
|
||||
UNUSED(con_handle);
|
||||
return true;
|
||||
}
|
Loading…
Reference in New Issue
Block a user