Lines Matching refs:property
36 int FakeHALSetAdapterProperty(const bt_property_t* /* property */) {
112 bt_property_t property;
113 property.len = sizeof(hal_name);
114 property.val = &hal_name;
115 property.type = BT_PROPERTY_BDNAME;
117 NotifyAdapterPropertiesChanged(1, &property);
122 bt_property_t property;
123 property.len = RawAddress::kLength;
124 property.val = (void*)address->address;
125 property.type = BT_PROPERTY_BDADDR;
127 NotifyAdapterPropertiesChanged(1, &property);
132 bt_property_t property;
133 property.len = sizeof(*features);
134 property.val = (void*)features;
135 property.type = BT_PROPERTY_LOCAL_LE_FEATURES;
137 NotifyAdapterPropertiesChanged(1, &property);