Home | History | Annotate | Download | only in src

Lines Matching refs:property

519   bt_property_t property;
538 BTIF_STORAGE_FILL_PROPERTY(&property, BT_PROPERTY_REMOTE_VERSION_INFO,
540 status = btif_storage_set_remote_device_property(p_bd, &property);
1234 "failed to save remote device property", status);
1487 "failed to save remote device property", ret);
2406 * Description Queries the BTA for the adapter property
2519 bt_property_t property;
2523 BTIF_STORAGE_FILL_PROPERTY(&property, BT_PROPERTY_UUIDS,
2525 btif_storage_get_adapter_property(&property);
2527 &property);