Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_utils.cc185 static const tSMP_ASSO_MODEL
236 static const tSMP_ASSO_MODEL
297 static tSMP_ASSO_MODEL smp_select_legacy_association_model(tSMP_CB* p_cb);
298 static tSMP_ASSO_MODEL smp_select_association_model_secure_connections(
1209 tSMP_ASSO_MODEL smp_select_association_model(tSMP_CB* p_cb) { in smp_select_association_model()
1210 tSMP_ASSO_MODEL model = SMP_MODEL_OUT_OF_RANGE; in smp_select_association_model()
1253 tSMP_ASSO_MODEL smp_select_legacy_association_model(tSMP_CB* p_cb) { in smp_select_legacy_association_model()
1254 tSMP_ASSO_MODEL model = SMP_MODEL_OUT_OF_RANGE; in smp_select_legacy_association_model()
1290 tSMP_ASSO_MODEL smp_select_association_model_secure_connections(tSMP_CB* p_cb) { in smp_select_association_model_secure_connections()
1291 tSMP_ASSO_MODEL model = SMP_MODEL_OUT_OF_RANGE; in smp_select_association_model_secure_connections()
Dsmp_int.h48 } tSMP_ASSO_MODEL; typedef
268 tSMP_ASSO_MODEL selected_association_model;
426 extern tSMP_ASSO_MODEL smp_select_association_model(tSMP_CB* p_cb);