Home
last modified time | relevance | path

Searched refs:num_properties (Results 1 – 11 of 11) 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/adapter/
Dbluetooth_test.cpp116 int num_properties, in AdapterPropertiesCallback() argument
119 last_changed_properties_ = property_copy_array(new_properties, num_properties); in AdapterPropertiesCallback()
120 properties_changed_count_ = num_properties; in AdapterPropertiesCallback()
Dbluetooth_test.h84 int num_properties,
/system/bt/service/hal/
Dbluetooth_interface.cpp76 int num_properties, in AdapterPropertiesCallback() argument
81 << ", num_properties: " << num_properties; in AdapterPropertiesCallback()
83 AdapterPropertiesCallback(status, num_properties, properties)); in AdapterPropertiesCallback()
88 int num_properties, in RemoteDevicePropertiesCallback() argument
94 << ", num_properties: " << num_properties; in RemoteDevicePropertiesCallback()
96 RemoteDevicePropertiesCallback(status, remote_bd_addr, num_properties, in RemoteDevicePropertiesCallback()
Dbluetooth_interface.h54 int num_properties,
58 int num_properties,
Dfake_bluetooth_interface.cpp98 int num_properties, in NotifyAdapterPropertiesChanged() argument
102 AdapterPropertiesCallback(BT_STATUS_SUCCESS, num_properties, properties)); in NotifyAdapterPropertiesChanged()
Dfake_bluetooth_interface.h51 void NotifyAdapterPropertiesChanged(int num_properties,
/system/bt/btif/src/
Dbtif_dm.c601 int num_properties = 0; in btif_update_remote_properties() local
614 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()
616 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties()
618 num_properties++; in btif_update_remote_properties()
627 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()
629 status = btif_storage_get_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties()
637 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()
639 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties()
641 num_properties++; in btif_update_remote_properties()
653 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()
[all …]
Dbtif_storage.c735 uint32_t num_properties, in btif_storage_add_remote_device() argument
741 for (i=0; i < num_properties; i++) in btif_storage_add_remote_device()
/system/bt/service/
Dadapter.cpp251 int num_properties, in AdapterPropertiesCallback() argument
260 for (int i = 0; i < num_properties; i++) { in AdapterPropertiesCallback()
/system/bt/btif/include/
Dbtif_storage.h108 uint32_t num_properties,