Searched refs:num_properties (Results 1 – 11 of 11) sorted by relevance
/system/bt/tools/bdtool/ |
D | adapter.c | 32 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/ |
D | bluetooth_test.cpp | 116 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()
|
D | bluetooth_test.h | 84 int num_properties,
|
/system/bt/service/hal/ |
D | bluetooth_interface.cpp | 76 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()
|
D | bluetooth_interface.h | 54 int num_properties, 58 int num_properties,
|
D | fake_bluetooth_interface.cpp | 98 int num_properties, in NotifyAdapterPropertiesChanged() argument 102 AdapterPropertiesCallback(BT_STATUS_SUCCESS, num_properties, properties)); in NotifyAdapterPropertiesChanged()
|
D | fake_bluetooth_interface.h | 51 void NotifyAdapterPropertiesChanged(int num_properties,
|
/system/bt/btif/src/ |
D | btif_dm.c | 601 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 …]
|
D | btif_storage.c | 735 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/ |
D | adapter.cpp | 251 int num_properties, in AdapterPropertiesCallback() argument 260 for (int i = 0; i < num_properties; i++) { in AdapterPropertiesCallback()
|
/system/bt/btif/include/ |
D | btif_storage.h | 108 uint32_t num_properties,
|