Home
last modified time | relevance | path

Searched refs:BD_FEATURES (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_devctl.c65 static void btm_decode_ext_features_page (UINT8 page_number, const BD_FEATURES p_features);
269 static void btm_decode_ext_features_page (UINT8 page_number, const BD_FEATURES p_features) in btm_decode_ext_features_page()
Dbtm_sec.c3234 BD_FEATURES features; in btm_sec_rmt_host_support_feat_evt()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h124 BD_FEATURES peer_lmp_features[HCI_EXT_FEATURES_PAGE_MAX + 1]; /* Peer LMP Extended features …
159 BD_FEATURES peer_le_features; /* Peer LE Used features mask for the device */
626BD_FEATURES features[HCI_EXT_FEATURES_PAGE_MAX + 1]; /* Features supported by the de…
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h340 typedef UINT8 BD_FEATURES[BD_FEATURES_LEN]; /* LMP features supported by device */ typedef