Searched refs:local_le_features (Results 1 - 6 of 6) sorted by path

/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_acl.c329 if (HCI_LE_SLAVE_INIT_FEAT_EXC_SUPPORTED(btm_cb.devcb.local_le_features)
H A Dbtm_devctl.c887 STREAM_TO_ARRAY(&btm_cb.devcb.local_le_features, p, HCI_FEATURE_BYTES_PER_PAGE);
H A Dbtm_int.h194 BD_FEATURES local_le_features; /* Local LE Supported features mask for the device */ member in struct:__anon1239
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_ble.c419 if (!HCI_LE_SLAVE_INIT_FEAT_EXC_SUPPORTED(btm_cb.devcb.local_le_features))
491 || (HCI_LE_CONN_PARAM_REQ_SUPPORTED(btm_cb.devcb.local_le_features) &&
516 || (HCI_LE_CONN_PARAM_REQ_SUPPORTED(btm_cb.devcb.local_le_features) &&

Completed in 299 milliseconds