Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_devctl.c1204 if (btm_cb.devcb.lmp_features_host_may_support & BTM_HOST_MAY_SUPP_SIMULT_BR_LE) in btm_issue_host_support_for_lmp_features()
1282 btm_cb.devcb.lmp_features_host_may_support |= BTM_HOST_MAY_SUPP_SIMULT_BR_LE; in btm_set_lmp_features_host_may_support()
1516 if (btm_cb.devcb.lmp_features_host_may_support & BTM_HOST_MAY_SUPP_SIMULT_BR_LE) in btm_write_le_host_supported_complete()
1518 btm_cb.devcb.lmp_features_host_may_support &= ~BTM_HOST_MAY_SUPP_SIMULT_BR_LE; in btm_write_le_host_supported_complete()
Dbtm_int.h221 #define BTM_HOST_MAY_SUPP_SIMULT_BR_LE 0x08 macro