Searched defs:num_properties (Results 1 – 12 of 12) sorted by relevance
| /packages/modules/Bluetooth/system/tools/bdtool/ |
| D | adapter.c | 70 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/ |
| D | bluetooth_test.cc | 50 void AdapterPropertiesCallback(bt_status_t status, int num_properties, in AdapterPropertiesCallback() 62 int num_properties, in RemoteDevicePropertiesCallback()
|
| /packages/modules/Bluetooth/system/test/mock/ |
| D | mock_bluetooth_interface.cc | 26 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()
|
| D | mock_btif_storage.cc | 88 uint32_t num_properties, in btif_storage_add_remote_device()
|
| /packages/modules/Bluetooth/system/test/headless/ |
| D | headless.cc | 79 [[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()
|
| D | interface.h | 106 int num_properties; member
|
| /packages/modules/Bluetooth/system/btif/src/ |
| D | btif_iot_config.cc | 72 int num_properties = 0; in btif_iot_update_remote_info() local
|
| D | bluetooth.cc | 1141 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()
|
| D | btif_dm.cc | 660 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
|
| D | btif_storage.cc | 791 uint32_t num_properties, in btif_storage_add_remote_device()
|
| /packages/modules/Bluetooth/system/btif/test/ |
| D | btif_core_test.cc | 60 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/ |
| D | com_android_bluetooth_btservice_AdapterService.cpp | 114 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()
|