HomeSort by relevance Sort by last modified time
    Searched refs:selected_association_model (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/smp/
smp_act.cc 281 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB)
553 p_cb->selected_association_model = smp_select_association_model(p_cb);
557 (p_cb->selected_association_model ==
567 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) {
575 p_cb->selected_association_model = smp_select_association_model(p_cb);
579 (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS))) {
588 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) {
    [all...]
smp_api.cc 317 } else if (p_cb->selected_association_model ==
527 if (p_cb->selected_association_model != SMP_MODEL_SEC_CONN_PASSKEY_ENT) {
529 p_cb->selected_association_model);
smp_keys.cc 198 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_PASSKEY_DISP) {
884 switch (p_cb->selected_association_model) {
909 p_cb->selected_association_model);
    [all...]
smp_int.h 300 tSMP_ASSO_MODEL selected_association_model; member in struct:__anon106596

Completed in 160 milliseconds