Searched refs:num_properties (Results 1 - 11 of 11) sorted by relevance

/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/test/suite/adapter/
H A Dbluetooth_test.cpp116 int num_properties,
119 last_changed_properties_ = property_copy_array(new_properties, num_properties);
120 properties_changed_count_ = num_properties;
114 AdapterPropertiesCallback( bt_status_t status, int num_properties, bt_property_t* new_properties) argument
H A Dbluetooth_test.h84 int num_properties,
/system/bt/service/hal/
H A Dbluetooth_interface.h54 int num_properties,
58 int num_properties,
H A Dfake_bluetooth_interface.h51 void NotifyAdapterPropertiesChanged(int num_properties,
H A Dbluetooth_interface.cpp76 int num_properties,
81 << ", num_properties: " << num_properties;
83 AdapterPropertiesCallback(status, num_properties, properties));
88 int num_properties,
94 << ", num_properties: " << num_properties;
96 RemoteDevicePropertiesCallback(status, remote_bd_addr, num_properties,
335 int /* num_properties */,
343 int /* num_properties */,
75 AdapterPropertiesCallback(bt_status_t status, int num_properties, bt_property_t* properties) argument
86 RemoteDevicePropertiesCallback(bt_status_t status, bt_bdaddr_t *remote_bd_addr, int num_properties, bt_property_t* properties) argument
[all...]
H A Dfake_bluetooth_interface.cpp98 int num_properties,
102 AdapterPropertiesCallback(BT_STATUS_SUCCESS, num_properties, properties));
97 NotifyAdapterPropertiesChanged( int num_properties, bt_property_t* properties) argument
/system/bt/btif/src/
H A Dbtif_dm.c602 int num_properties = 0; local
615 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
617 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
619 num_properties++;
628 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
630 status = btif_storage_get_remote_device_property(&bdaddr, &properties[num_properties]);
638 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
640 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
642 num_properties++;
654 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
1374 uint32_t num_properties = 0; local
[all...]
H A Dbtif_storage.c735 uint32_t num_properties,
741 for (i=0; i < num_properties; i++)
734 btif_storage_add_remote_device(bt_bdaddr_t *remote_bd_addr, uint32_t num_properties, bt_property_t *properties) argument
/system/bt/btif/include/
H A Dbtif_storage.h108 uint32_t num_properties,
/system/bt/service/
H A Dadapter.cpp251 int num_properties,
260 for (int i = 0; i < num_properties; i++) {

Completed in 205 milliseconds