/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 | 130 int num_properties, in AdapterPropertiesCallback() 142 int num_properties, in RemoteDevicePropertiesCallback()
|
/packages/modules/Bluetooth/system/service/ |
D | bluetooth_interface.cc | 638 bt_property_t* property_deep_copy_array(int num_properties, in property_deep_copy_array() 679 void invoke_adapter_properties_cb(bt_status_t status, int num_properties, in invoke_adapter_properties_cb() 696 int num_properties, in invoke_remote_device_properties_cb() 701 int num_properties, bt_property_t* properties) { in invoke_remote_device_properties_cb() 712 void invoke_device_found_cb(int num_properties, bt_property_t* properties) { in invoke_device_found_cb() 715 [](int num_properties, bt_property_t* properties) { in invoke_device_found_cb()
|
D | adapter.cc | 50 RemoteDeviceProps ParseRemoteDeviceProps(int num_properties, in ParseRemoteDeviceProps() 529 void AdapterPropertiesCallback(bt_status_t status, int num_properties, in AdapterPropertiesCallback() 615 int num_properties, in RemoteDevicePropertiesCallback() 639 void DeviceFoundCallback(int num_properties, in DeviceFoundCallback()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | bluetooth.cc | 702 bt_property_t* property_deep_copy_array(int num_properties, in property_deep_copy_array() 743 void invoke_adapter_properties_cb(bt_status_t status, int num_properties, in invoke_adapter_properties_cb() 760 int num_properties, in invoke_remote_device_properties_cb() 765 int num_properties, bt_property_t* properties) { in invoke_remote_device_properties_cb() 776 void invoke_device_found_cb(int num_properties, bt_property_t* properties) { in invoke_device_found_cb() 779 [](int num_properties, bt_property_t* properties) { in invoke_device_found_cb()
|
D | btif_dm.cc | 602 int num_properties = 0; in btif_update_remote_properties() local 1299 uint32_t num_properties = 0; in btif_dm_search_devices_evt() local 1620 int num_properties = 0; in btif_dm_search_services_evt() local
|
D | btif_storage.cc | 816 uint32_t num_properties, in btif_storage_add_remote_device()
|
/packages/modules/Bluetooth/system/test/headless/ |
D | headless.cc | 71 void adapter_properties(bt_status_t status, int num_properties, in adapter_properties() 77 int num_properties, bt_property_t* properties) { in remote_device_properties() 81 void device_found(int num_properties, bt_property_t* properties) { in device_found()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bluetooth_interface.cc | 202 bt_property_t* property_deep_copy_array(int num_properties, in property_deep_copy_array() 209 void invoke_adapter_properties_cb(bt_status_t status, int num_properties, in invoke_adapter_properties_cb() 213 int num_properties, in invoke_remote_device_properties_cb() 216 void invoke_device_found_cb(int num_properties, bt_property_t* properties) {} in invoke_device_found_cb()
|
D | mock_btif_storage.cc | 89 uint32_t num_properties, in btif_storage_add_remote_device()
|
/packages/modules/Bluetooth/system/service/hal/ |
D | bluetooth_interface.cc | 83 void AdapterPropertiesCallback(bt_status_t status, int num_properties, in AdapterPropertiesCallback() 95 int num_properties, in RemoteDevicePropertiesCallback() 107 void DeviceFoundCallback(int num_properties, bt_property_t* properties) { in DeviceFoundCallback()
|
D | fake_bluetooth_interface.cc | 107 int num_properties, bt_property_t* properties) { in NotifyAdapterPropertiesChanged()
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_core_test.cc | 59 void adapter_properties_callback(bt_status_t status, int num_properties, in adapter_properties_callback() 62 int num_properties, in remote_device_properties_callback() 64 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 | 118 static int get_properties(int num_properties, bt_property_t* properties, in get_properties() 136 static void adapter_properties_callback(bt_status_t status, int num_properties, in adapter_properties_callback() 190 int num_properties, in remote_device_properties_callback() 252 static void device_found_callback(int num_properties, in device_found_callback()
|