Home
last modified time | relevance | path

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

/aosp12/system/bt/tools/bdtool/
H A Dadapter.c67 void adapter_properties(bt_status_t status, int num_properties, in adapter_properties()
111 void device_found(int num_properties, bt_property_t* property) { in device_found()
141 int num_properties, bt_property_t* properties) { in remote_device_properties()
190 static void parse_properties(int num_properties, bt_property_t* property) { in parse_properties()
/aosp12/system/bt/test/suite/adapter/
H A Dbluetooth_test.cc126 int num_properties, in AdapterPropertiesCallback()
138 int num_properties, in RemoteDevicePropertiesCallback()
/aosp12/system/bt/test/headless/
H A Dheadless.cc68 void adapter_properties(bt_status_t status, int num_properties, in adapter_properties()
74 int num_properties, bt_property_t* properties) { in remote_device_properties()
78 void device_found(int num_properties, bt_property_t* properties) { in device_found()
/aosp12/system/bt/btif/test/
H A Dbtif_stack_test.cc57 void adapter_properties(bt_status_t status, int num_properties, in adapter_properties()
63 int num_properties, bt_property_t* properties) { in remote_device_properties()
67 void device_found(int num_properties, bt_property_t* properties) { in device_found()
/aosp12/system/bt/btif/src/
H A Dbluetooth.cc620 bt_property_t* property_deep_copy_array(int num_properties, in property_deep_copy_array()
660 void invoke_adapter_properties_cb(bt_status_t status, int num_properties, in invoke_adapter_properties_cb()
677 int num_properties, in invoke_remote_device_properties_cb()
682 int num_properties, bt_property_t* properties) { in invoke_remote_device_properties_cb()
693 void invoke_device_found_cb(int num_properties, bt_property_t* properties) { in invoke_device_found_cb()
696 [](int num_properties, bt_property_t* properties) { in invoke_device_found_cb()
H A Dbtif_dm.cc515 int num_properties = 0; in btif_update_remote_properties() local
1170 uint32_t num_properties = 0; in btif_dm_search_devices_evt() local
1373 int num_properties = 0; in btif_dm_search_services_evt() local
H A Dbtif_storage.cc771 uint32_t num_properties, in btif_storage_add_remote_device()
/aosp12/system/bt/gd/rust/topshim/btif/
H A Dbtif_shim.cc40 static ::rust::Vec<BtProperty> prop_to_vec(int num_properties, bt_property_t* properties) { in prop_to_vec()
85 static void adapter_properties_cb(bt_status_t status, int num_properties, bt_property_t* properties… in adapter_properties_cb()
91 bt_status_t status, RawAddress* bd_addr, int num_properties, bt_property_t* properties) { in remote_device_properties_cb()
98 static void device_found_cb(int num_properties, bt_property_t* properties) { in device_found_cb()
/aosp12/system/bt/service/hal/
H A Dbluetooth_interface.cc78 void AdapterPropertiesCallback(bt_status_t status, int num_properties, in AdapterPropertiesCallback()
90 int num_properties, in RemoteDevicePropertiesCallback()
102 void DeviceFoundCallback(int num_properties, bt_property_t* properties) { in DeviceFoundCallback()
H A Dfake_bluetooth_interface.cc102 int num_properties, bt_property_t* properties) { in NotifyAdapterPropertiesChanged()
/aosp12/system/bt/service/
H A Dadapter.cc48 RemoteDeviceProps ParseRemoteDeviceProps(int num_properties, in ParseRemoteDeviceProps()
524 void AdapterPropertiesCallback(bt_status_t status, int num_properties, in AdapterPropertiesCallback()
610 int num_properties, in RemoteDevicePropertiesCallback()
634 void DeviceFoundCallback(int num_properties, in DeviceFoundCallback()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_AdapterService.cpp111 static int get_properties(int num_properties, bt_property_t* properties, in get_properties()
129 static void adapter_properties_callback(bt_status_t status, int num_properties, in adapter_properties_callback()
183 int num_properties, in remote_device_properties_callback()
245 static void device_found_callback(int num_properties, in device_found_callback()
/aosp12/system/bt/test/mock/
H A Dmock_btif_storage.cc88 uint32_t num_properties, in btif_storage_add_remote_device()
/aosp12/bionic/libc/kernel/uapi/drm/
H A Di915_drm.h858 __u32 num_properties; member