Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_devctl.c1188 …r_lmp_features lmp_features_host_may_support: 0x%02x", btm_cb.devcb.lmp_features_host_may_support); in btm_issue_host_support_for_lmp_features()
1190 if (btm_cb.devcb.lmp_features_host_may_support & BTM_HOST_MAY_SUPP_SSP) in btm_issue_host_support_for_lmp_features()
1197 if (btm_cb.devcb.lmp_features_host_may_support & BTM_HOST_MAY_SUPP_LE) in btm_issue_host_support_for_lmp_features()
1199 if (btm_cb.devcb.lmp_features_host_may_support & BTM_HOST_MAY_SUPP_SIMULT_BR_LE) in btm_issue_host_support_for_lmp_features()
1212 if (btm_cb.devcb.lmp_features_host_may_support & BTM_RE_READ_1ST_PAGE) in btm_issue_host_support_for_lmp_features()
1218 if (!btm_cb.devcb.lmp_features_host_may_support) in btm_issue_host_support_for_lmp_features()
1239 btm_cb.devcb.lmp_features_host_may_support); in btm_issue_host_support_for_lmp_features()
1259 btm_cb.devcb.lmp_features_host_may_support = 0; in btm_set_lmp_features_host_may_support()
1265 btm_cb.devcb.lmp_features_host_may_support |= BTM_HOST_MAY_SUPP_SSP; in btm_set_lmp_features_host_may_support()
1272 btm_cb.devcb.lmp_features_host_may_support |= BTM_HOST_MAY_SUPP_LE; in btm_set_lmp_features_host_may_support()
[all …]
Dbtm_int.h226 …UINT8 lmp_features_host_may_support; /* The flags of LMP features host may support … member