Home
last modified time | relevance | path

Searched refs:num_properties (Results 1 – 6 of 6) sorted by relevance

/system/bt/tools/bdtool/
Dadapter.c32 static void parse_properties(int num_properties, bt_property_t *property);
78 int num_properties, in adapter_properties() argument
81 properties = property_copy_array(new_properties, num_properties); in adapter_properties()
82 property_count = num_properties; in adapter_properties()
122 void device_found(int num_properties, bt_property_t *property) { in device_found() argument
123 fprintf(stdout, "Device found num_properties:%d\n", num_properties); in device_found()
124 parse_properties(num_properties, property); in device_found()
153 int num_properties, in remote_device_properties() argument
157 bdaddr_to_string(bdaddr, buf, sizeof(buf)), num_properties); in remote_device_properties()
159 parse_properties(num_properties, properties); in remote_device_properties()
[all …]
/system/bt/test/suite/support/
Dadapter.c77 int num_properties, in adapter_properties() argument
80 properties = property_copy_array(new_properties, num_properties); in adapter_properties()
81 property_count = num_properties; in adapter_properties()
95 void device_found(int num_properties, bt_property_t *properties) { in device_found() argument
107 int num_properties, bt_property_t *properties) { in remote_device_properties() argument
Dcallbacks.c24 void adapter_properties(bt_status_t status, int num_properties, bt_property_t *properties);
28 void device_found(int num_properties, bt_property_t *properties);
30 void remote_device_properties(bt_status_t status, bt_bdaddr_t *bd_addr, int num_properties, bt_prop…
/system/bt/btif/src/
Dbtif_dm.c554 int num_properties = 0; in btif_update_remote_properties() local
567 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()
569 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties()
571 num_properties++; in btif_update_remote_properties()
580 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()
582 status = btif_storage_get_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties()
590 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()
592 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties()
594 num_properties++; in btif_update_remote_properties()
606 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()
[all …]
Dbtif_storage.c757 uint32_t num_properties, in btif_storage_add_remote_device() argument
763 for (i=0; i < num_properties; i++) in btif_storage_add_remote_device()
/system/bt/btif/include/
Dbtif_storage.h105 uint32_t num_properties,