Home
last modified time | relevance | path

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

/system/bt/device/src/
Dcontroller.c189 …ble_supported = last_features_classic_page_index >= 1 && HCI_LE_HOST_SUPPORTED(features_classic[1]… in start_up()
/system/bt/stack/include/
Dhcidefs.h1707 #define HCI_LE_HOST_SUPPORTED(x) ((x)[HCI_EXT_FEATURE_LE_HOST_OFF] & HCI_EXT_FEATURE_LE_HOST_MASK) macro