HomeSort by relevance Sort by last modified time
    Searched refs:bt_property_t (Results 1 - 24 of 24) sorted by null

  /system/bt/btcore/include/
property.h 29 bt_property_t *property_copy_array(const bt_property_t *properties, size_t count);
33 bt_property_t *property_copy(bt_property_t *dest, const bt_property_t *src);
37 bool property_equals(const bt_property_t *p1, const bt_property_t *p2);
43 bt_property_t *property_new_addr(const bt_bdaddr_t *addr);
44 bt_property_t *property_new_device_class(const bt_device_class_t *dc);
45 bt_property_t *property_new_device_type(bt_device_type_t device_type)
    [all...]
  /system/bt/btcore/src/
property.c 27 static bt_property_t *property_new_(void *val, size_t len, bt_property_type_t type);
29 bt_property_t *property_copy_array(const bt_property_t *properties, size_t count) {
31 bt_property_t *clone = osi_calloc(sizeof(bt_property_t) * count);
33 memcpy(&clone[0], &properties[0], sizeof(bt_property_t) * count);
42 bt_property_t *property_copy(bt_property_t *dest, const bt_property_t *src) {
45 return (bt_property_t *)memcpy(dest, src, sizeof(bt_property_t))
    [all...]
  /system/bt/btcore/test/
property_test.cpp 31 bt_property_t *property = property_new_addr(&addr0);
50 bt_property_t *property = property_new_device_class(&dc0);
67 bt_property_t *property = property_new_device_type(dt0);
81 bt_property_t *property = property_new_discovery_timeout(timeout0);
95 bt_property_t *property = property_new_name(name0);
109 bt_property_t *property = property_new_rssi(rssi0);
123 bt_property_t *property = property_new_scan_mode(mode0);
144 bt_property_t *property = property_new_uuids(&uuid0, 1);
174 bt_property_t *property0 = property_new_uuids(uuids, sizeof(bt_uuid_t)/sizeof(uuids));
176 bt_property_t property1
    [all...]
  /system/bt/test/suite/adapter/
bluetooth_test.h 60 bt_property_t* GetProperty(bt_property_type_t type);
85 bt_property_t *properties);
105 bt_property_t *last_changed_properties_;
bluetooth_test.cpp 85 bt_property_t* BluetoothTest::GetProperty(bt_property_type_t type) {
117 bt_property_t* new_properties) {
adapter_unittest.cpp 66 bt_property_t *new_name = property_new_name("BluetoothTestName1");
82 bt_property_t *name_property = GetProperty(BT_PROPERTY_BDNAME);
102 bt_property_t *old_name_property = property_new_name(old_name.c_str());
  /system/bt/btif/include/
btif_storage.h 50 bt_status_t btif_storage_get_adapter_property(bt_property_t *property);
63 bt_status_t btif_storage_set_adapter_property(bt_property_t *property);
79 bt_property_t *property);
93 bt_property_t *property);
109 bt_property_t *properties);
btif_api.h 138 bt_status_t btif_set_adapter_property( const bt_property_t *property);
175 const bt_property_t *property);
320 bt_status_t btif_dm_get_adapter_property(bt_property_t *prop);
btif_common.h 213 void btif_adapter_properties_evt(bt_status_t status, uint32_t num_props, bt_property_t *p_props);
215 uint32_t num_props, bt_property_t *p_props);
  /system/bt/service/hal/
fake_bluetooth_interface.cpp 38 int FakeHALSetAdapterProperty(const bt_property_t* /* property */) {
99 bt_property_t* properties) {
113 bt_property_t property;
123 bt_property_t property;
133 bt_property_t property;
bluetooth_interface.h 55 bt_property_t* properties);
59 bt_property_t* properties);
fake_bluetooth_interface.h 52 bt_property_t* properties);
bluetooth_interface.cpp 77 bt_property_t* properties) {
89 bt_property_t* properties) {
336 bt_property_t* /* properties */) {
344 bt_property_t* /* properties */) {
  /system/bt/tools/bdtool/
adapter.c 27 static bt_property_t *properties = NULL;
32 static void parse_properties(int num_properties, bt_property_t *property);
45 bt_property_t *adapter_get_property(bt_property_type_t type) {
79 bt_property_t *new_properties) {
122 void device_found(int num_properties, bt_property_t *property) {
154 bt_property_t *properties) {
207 static void parse_properties(int num_properties, bt_property_t *property) {
bdtool.c 69 bt_property_t *adapter_get_property(bt_property_type_t type);
120 bt_property_t *property = property_new_scan_mode(BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE);
162 bt_property_t *property = adapter_get_property(BT_PROPERTY_BDNAME);
174 bt_property_t *property = property_new_name(bd_name);
197 bt_property_t *property = property_new_scan_mode(BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE);
  /hardware/libhardware/include/hardware/
bluetooth.h 265 } bt_property_t; typedef in typeref:struct:__anon30661
320 bt_property_t *properties);
329 bt_property_t *properties);
335 bt_property_t *properties);
484 int (*set_adapter_property)(const bt_property_t *property);
495 const bt_property_t *property);
  /system/bt/btif/src/
btif_core.c 93 bt_property_t prop;
480 bt_property_t prop;
703 bt_property_t properties[6];
758 bt_property_t remote_properties[8];
824 bt_property_t *p_prop = &(p_req->write_req.prop);
836 bt_property_t prop;
895 bt_property_t prop;
929 bt_property_t *p_props)
936 uint32_t num_props, bt_property_t *p_props)
    [all...]
btif_storage.c 174 static int prop2cfg(bt_bdaddr_t *remote_bd_addr, bt_property_t *prop)
267 static int cfg2prop(bt_bdaddr_t *remote_bd_addr, bt_property_t *prop)
579 bt_status_t btif_storage_get_adapter_property(bt_property_t *property)
682 bt_status_t btif_storage_set_adapter_property(bt_property_t *property)
701 bt_property_t *property)
717 bt_property_t *property)
736 bt_property_t *properties)
750 bt_property_t addr_prop;
751 memcpy(&addr_prop, &properties[i], sizeof(bt_property_t));
    [all...]
btif_dm.c 415 bt_property_t prop_name;
437 bt_property_t prop_name;
464 bt_property_t prop_name;
499 bt_property_t prop_name;
569 bt_property_t property;
602 bt_property_t properties[3];
644 bt_property_t prop_name;
    [all...]
bluetooth.c 190 static int set_adapter_property(const bt_property_t *property)
217 int set_remote_device_property(bt_bdaddr_t *remote_addr, const bt_property_t *property)
btif_hh.c     [all...]
btif_gatt_client.c 584 bt_property_t properties;
    [all...]
  /system/bt/service/
adapter.cpp 252 bt_property_t* properties) override {
261 bt_property_t* property = properties + i;
335 bt_property_t property;
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 103 static int get_properties(int num_properties, bt_property_t *properties, jintArray *types,
125 bt_property_t *properties) {
187 int num_properties, bt_property_t *properties) {
261 static void device_found_callback(int num_properties, bt_property_t *properties) {
    [all...]

Completed in 255 milliseconds