Home
last modified time | relevance | path

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

/system/bt/tools/bdtool/
Dadapter.c31 static void parse_properties(int num_properties, bt_property_t* property);
67 void adapter_properties(bt_status_t status, int num_properties, in adapter_properties() argument
70 properties = property_copy_array(new_properties, num_properties); in adapter_properties()
71 property_count = num_properties; in adapter_properties()
111 void device_found(int num_properties, bt_property_t* property) { in device_found() argument
112 fprintf(stdout, "Device found num_properties:%d\n", num_properties); in device_found()
113 parse_properties(num_properties, property); in device_found()
141 int num_properties, bt_property_t* properties) { in remote_device_properties() argument
144 bdaddr_to_string(bdaddr, buf, sizeof(buf)), num_properties); in remote_device_properties()
146 parse_properties(num_properties, properties); in remote_device_properties()
[all …]
/system/bt/test/suite/adapter/
Dbluetooth_test.cc126 int num_properties, in AdapterPropertiesCallback() argument
130 property_copy_array(new_properties, num_properties); in AdapterPropertiesCallback()
131 properties_changed_count_ = num_properties; in AdapterPropertiesCallback()
138 int num_properties, in RemoteDevicePropertiesCallback() argument
144 property_copy_array(properties, num_properties); in RemoteDevicePropertiesCallback()
145 remote_device_properties_changed_count_ = num_properties; in RemoteDevicePropertiesCallback()
Dbluetooth_test.h80 void AdapterPropertiesCallback(bt_status_t status, int num_properties,
86 int num_properties,
/system/bt/service/hal/
Dbluetooth_interface.h54 int num_properties,
58 int num_properties,
60 virtual void DeviceFoundCallback(int num_properties,
Dbluetooth_interface.cc77 void AdapterPropertiesCallback(bt_status_t status, int num_properties, in AdapterPropertiesCallback() argument
82 << ", num_properties: " << num_properties; in AdapterPropertiesCallback()
84 AdapterPropertiesCallback(status, num_properties, properties)); in AdapterPropertiesCallback()
89 int num_properties, in RemoteDevicePropertiesCallback() argument
96 << ", num_properties: " << num_properties; in RemoteDevicePropertiesCallback()
98 status, remote_bd_addr, num_properties, properties)); in RemoteDevicePropertiesCallback()
101 void DeviceFoundCallback(int num_properties, bt_property_t* properties) { in DeviceFoundCallback() argument
105 FOR_EACH_BLUETOOTH_OBSERVER(DeviceFoundCallback(num_properties, properties)); in DeviceFoundCallback()
Dfake_bluetooth_interface.cc99 int num_properties, bt_property_t* properties) { in NotifyAdapterPropertiesChanged() argument
101 observer.AdapterPropertiesCallback(BT_STATUS_SUCCESS, num_properties, in NotifyAdapterPropertiesChanged()
Dfake_bluetooth_interface.h51 void NotifyAdapterPropertiesChanged(int num_properties,
/system/bt/service/
Dadapter.cc47 RemoteDeviceProps ParseRemoteDeviceProps(int num_properties, in ParseRemoteDeviceProps() argument
56 for (int i = 0; i < num_properties; ++i) { in ParseRemoteDeviceProps()
523 void AdapterPropertiesCallback(bt_status_t status, int num_properties, in AdapterPropertiesCallback() argument
530 for (int i = 0; i < num_properties; ++i) { in AdapterPropertiesCallback()
542 for (int i = 0; i < num_properties; i++) { in AdapterPropertiesCallback()
607 int num_properties, in RemoteDevicePropertiesCallback() argument
620 ParseRemoteDeviceProps(num_properties, properties); in RemoteDevicePropertiesCallback()
631 void DeviceFoundCallback(int num_properties, in DeviceFoundCallback() argument
634 ParseRemoteDeviceProps(num_properties, properties); in DeviceFoundCallback()
/system/bt/btif/src/
Dbtif_dm.cc559 int num_properties = 0; in btif_update_remote_properties() local
569 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], BT_PROPERTY_BDNAME, in btif_update_remote_properties()
572 &bdaddr, &properties[num_properties]); in btif_update_remote_properties()
575 num_properties++; in btif_update_remote_properties()
584 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()
587 &bdaddr, &properties[num_properties]); in btif_update_remote_properties()
595 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()
598 &properties[num_properties]); in btif_update_remote_properties()
601 num_properties++; in btif_update_remote_properties()
614 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()
[all …]
Dbtif_storage.cc784 uint32_t num_properties, in btif_storage_add_remote_device() argument
789 for (i = 0; i < num_properties; i++) { in btif_storage_add_remote_device()
/system/bt/include/hardware/
Dbluetooth.h325 int num_properties,
334 int num_properties,
340 typedef void (*device_found_callback)(int num_properties,
/system/bt/btif/include/
Dbtif_storage.h139 uint32_t num_properties,