Home
last modified time | relevance | path

Searched refs:bt_local_le_features_t (Results 1 – 7 of 7) sorted by relevance

/system/bt/service/hal/
Dfake_bluetooth_interface.h57 const bt_local_le_features_t* features);
Dfake_bluetooth_interface.cc135 const bt_local_le_features_t* features) { in NotifyAdapterLocalLeFeaturesPropertyChanged()
/system/bt/service/
Dadapter.cc564 if (property->len != sizeof(bt_local_le_features_t)) { in AdapterPropertiesCallback()
569 bt_local_le_features_t* features = in AdapterPropertiesCallback()
570 reinterpret_cast<bt_local_le_features_t*>(property->val); in AdapterPropertiesCallback()
764 bt_local_le_features_t local_le_features_;
/system/bt/btif/src/
Dbtif_core.cc563 bt_local_le_features_t local_le_features; in btif_get_adapter_property()
570 prop.len = sizeof(bt_local_le_features_t); in btif_get_adapter_property()
Dbtif_dm.cc1715 bt_local_le_features_t local_le_features; in btif_dm_upstreams_evt()
1719 prop.len = sizeof(bt_local_le_features_t); in btif_dm_upstreams_evt()
/system/bt/service/test/
Dadapter_unittest.cc239 bt_local_le_features_t features; in TEST_F()
/system/bt/include/hardware/
Dbluetooth.h206 } bt_local_le_features_t; typedef