Searched defs:num_properties (Results 1 - 4 of 4) sorted by relevance

/system/bt/test/suite/support/
H A Dadapter.c77 int num_properties,
80 properties = property_copy_array(new_properties, num_properties);
81 property_count = num_properties;
95 void device_found(int num_properties, bt_property_t *properties) { argument
107 int num_properties, bt_property_t *properties) {
76 adapter_properties(bt_status_t status, int num_properties, bt_property_t *new_properties) argument
106 remote_device_properties(bt_status_t status, bt_bdaddr_t *bd_addr, int num_properties, bt_property_t *properties) argument
/system/bt/tools/bdtool/
H A Dadapter.c32 static void parse_properties(int num_properties, bt_property_t *property);
78 int num_properties,
81 properties = property_copy_array(new_properties, num_properties);
82 property_count = num_properties;
122 void device_found(int num_properties, bt_property_t *property) { argument
123 fprintf(stdout, "Device found num_properties:%d\n", num_properties);
124 parse_properties(num_properties, property);
153 int num_properties,
156 fprintf(stdout, "Device found bdaddr:%s num_properties
77 adapter_properties(bt_status_t status, int num_properties, bt_property_t *new_properties) argument
151 remote_device_properties(bt_status_t status, bt_bdaddr_t *bdaddr, int num_properties, bt_property_t *properties) argument
207 parse_properties(int num_properties, bt_property_t *property) argument
[all...]
/system/bt/btif/src/
H A Dbtif_storage.c757 uint32_t num_properties,
763 for (i=0; i < num_properties; i++)
756 btif_storage_add_remote_device(bt_bdaddr_t *remote_bd_addr, uint32_t num_properties, bt_property_t *properties) argument
H A Dbtif_dm.c554 int num_properties = 0; local
567 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
569 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
571 num_properties++;
580 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
582 status = btif_storage_get_remote_device_property(&bdaddr, &properties[num_properties]);
590 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
592 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
594 num_properties++;
606 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
1317 uint32_t num_properties = 0; local
[all...]

Completed in 120 milliseconds