Home
last modified time | relevance | path

Searched refs:secure_connections_only_mode (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/include/
Dbtm_api.h1349 extern void BTM_SetSecureConnectionsOnly(bool secure_connections_only_mode);
/system/bt/stack/btm/
Dbtm_sec.cc435 void BTM_SetSecureConnectionsOnly(bool secure_connections_only_mode) { in BTM_SetSecureConnectionsOnly() argument
436 BTM_TRACE_API("%s: Mode : %u", __func__, secure_connections_only_mode); in BTM_SetSecureConnectionsOnly()
438 btm_cb.devcb.secure_connections_only = secure_connections_only_mode; in BTM_SetSecureConnectionsOnly()