Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc196 static const tSMP_ASSO_MODEL
247 static const tSMP_ASSO_MODEL
308 static tSMP_ASSO_MODEL smp_select_legacy_association_model(tSMP_CB* p_cb);
309 static tSMP_ASSO_MODEL smp_select_association_model_secure_connections(
1301 tSMP_ASSO_MODEL smp_select_association_model(tSMP_CB* p_cb) { in smp_select_association_model()
1302 tSMP_ASSO_MODEL model = SMP_MODEL_OUT_OF_RANGE; in smp_select_association_model()
1342 tSMP_ASSO_MODEL smp_select_legacy_association_model(tSMP_CB* p_cb) { in smp_select_legacy_association_model()
1343 tSMP_ASSO_MODEL model = SMP_MODEL_OUT_OF_RANGE; in smp_select_legacy_association_model()
1379 tSMP_ASSO_MODEL smp_select_association_model_secure_connections(tSMP_CB* p_cb) { in smp_select_association_model_secure_connections()
1380 tSMP_ASSO_MODEL model = SMP_MODEL_OUT_OF_RANGE; in smp_select_association_model_secure_connections()
Dsmp_int.h63 } tSMP_ASSO_MODEL; typedef
328 tSMP_ASSO_MODEL selected_association_model;
470 tSMP_ASSO_MODEL smp_select_association_model(tSMP_CB* p_cb);
517 struct formatter<tSMP_ASSO_MODEL> : enum_formatter<tSMP_ASSO_MODEL> {};