Searched defs:local_le_features (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_core.c1035 bt_local_le_features_t local_le_features; local
1039 local_le_features.local_privacy_enabled = BTM_BleLocalPrivacyEnabled();
1043 local_le_features.max_adv_filter_supported = cmn_vsc_cb.max_filter;
1045 local_le_features.max_adv_filter_supported = 0;
1046 local_le_features.max_adv_instance = cmn_vsc_cb.adv_inst_max;
1047 local_le_features.max_irk_list_size = cmn_vsc_cb.max_irk_list_sz;
1048 local_le_features.rpa_offload_supported = cmn_vsc_cb.rpa_offloading;
1049 local_le_features.scan_result_storage_size_hibyte =
1051 local_le_features.scan_result_storage_size_lobyte =
1053 local_le_features
[all...]
H A Dbtif_dm.c1880 bt_local_le_features_t local_le_features; local
1889 local_le_features.local_privacy_enabled = BTM_BleLocalPrivacyEnabled();
1893 local_le_features.max_adv_filter_supported = cmn_vsc_cb.max_filter;
1895 local_le_features.max_adv_filter_supported = 0;
1896 local_le_features.max_adv_instance = cmn_vsc_cb.adv_inst_max;
1897 local_le_features.max_irk_list_size = cmn_vsc_cb.max_irk_list_sz;
1898 local_le_features.rpa_offload_supported = cmn_vsc_cb.rpa_offloading;
1899 local_le_features.scan_result_storage_size_hibyte =
1901 local_le_features.scan_result_storage_size_lobyte =
1903 local_le_features
[all...]
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_int.h194 BD_FEATURES local_le_features; /* Local LE Supported features mask for the device */ member in struct:__anon1239

Completed in 129 milliseconds