Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/tools/bdtool/
Dadapter.c70 void adapter_properties(bt_status_t status, int num_properties, in adapter_properties()
114 void device_found(int num_properties, bt_property_t* property) { in device_found()
144 int num_properties, bt_property_t* properties) { in remote_device_properties()
193 static void parse_properties(int num_properties, bt_property_t* property) { in parse_properties()
/packages/modules/Bluetooth/system/test/suite/adapter/
Dbluetooth_test.cc50 void AdapterPropertiesCallback(bt_status_t status, int num_properties, in AdapterPropertiesCallback()
62 int num_properties, in RemoteDevicePropertiesCallback()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bluetooth_interface.cc26 void invoke_adapter_properties_cb(bt_status_t status, int num_properties, in invoke_adapter_properties_cb()
29 int num_properties, in invoke_remote_device_properties_cb()
31 void invoke_device_found_cb(int num_properties, bt_property_t* properties) {} in invoke_device_found_cb()
Dmock_btif_storage.cc88 uint32_t num_properties, in btif_storage_add_remote_device()
/packages/modules/Bluetooth/system/test/headless/
Dheadless.cc79 [[maybe_unused]] int num_properties, in adapter_properties()
85 int num_properties, ::bt_property_t* properties) { in remote_device_properties()
105 void device_found([[maybe_unused]] int num_properties, in device_found()
Dinterface.h106 int num_properties; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_iot_config.cc72 int num_properties = 0; in btif_iot_update_remote_info() local
Dbluetooth.cc1141 bt_property_t* property_deep_copy_array(int num_properties, in property_deep_copy_array()
1182 void invoke_adapter_properties_cb(bt_status_t status, int num_properties, in invoke_adapter_properties_cb()
1199 int num_properties, in invoke_remote_device_properties_cb()
1204 int num_properties, bt_property_t* properties) { in invoke_remote_device_properties_cb()
1215 void invoke_device_found_cb(int num_properties, bt_property_t* properties) { in invoke_device_found_cb()
1218 [](int num_properties, bt_property_t* properties) { in invoke_device_found_cb()
Dbtif_dm.cc660 int num_properties = 0; in btif_update_remote_properties() local
1443 uint32_t num_properties = 0; in btif_dm_search_devices_evt() local
1837 int num_properties = 0; in btif_dm_search_services_evt() local
Dbtif_storage.cc791 uint32_t num_properties, in btif_storage_add_remote_device()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc60 void adapter_properties_callback(bt_status_t status, int num_properties, in adapter_properties_callback()
63 int num_properties, in remote_device_properties_callback()
65 void device_found_callback(int num_properties, bt_property_t* properties) {} in device_found_callback()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp114 static int get_properties(int num_properties, bt_property_t* properties, in get_properties()
132 static void adapter_properties_callback(bt_status_t status, int num_properties, in adapter_properties_callback()
192 int num_properties, in remote_device_properties_callback()
260 static void device_found_callback(int num_properties, in device_found_callback()