Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_devctl.c1197 if (btm_cb.devcb.lmp_features_host_may_support & BTM_HOST_MAY_SUPP_LE) in btm_issue_host_support_for_lmp_features()
1272 btm_cb.devcb.lmp_features_host_may_support |= BTM_HOST_MAY_SUPP_LE; in btm_set_lmp_features_host_may_support()
1508 if (btm_cb.devcb.lmp_features_host_may_support & BTM_HOST_MAY_SUPP_LE) in btm_write_le_host_supported_complete()
1510 btm_cb.devcb.lmp_features_host_may_support &= ~BTM_HOST_MAY_SUPP_LE; in btm_write_le_host_supported_complete()
Dbtm_int.h224 #define BTM_HOST_MAY_SUPP_LE 0x04 macro