gap: add gap_secure_connections_active() to query if BR/EDR Secure Connecions are possible

This commit is contained in:
Matthias Ringwald 2022-02-25 11:21:28 +01:00
parent 22d445d87e
commit eaf85bc852

View File

@ -6034,7 +6034,7 @@ void gap_secure_connections_enable(bool enable){
hci_stack->secure_connections_enable = enable;
}
bool gap_secure_connections_active(void){
hci_stack->secure_connections_active;
return hci_stack->secure_connections_active;
}
#endif