Home
last modified time | relevance | path

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

/system/bt/tools/bdtool/
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()
/system/bt/test/suite/adapter/
Dbluetooth_test.cc126 int num_properties, in AdapterPropertiesCallback()
138 int num_properties, in RemoteDevicePropertiesCallback()
/system/bt/test/headless/
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()
/system/bt/btif/test/
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()
/system/bt/btif/src/
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()
Dbtif_dm.cc516 int num_properties = 0; in btif_update_remote_properties() local
1171 uint32_t num_properties = 0; in btif_dm_search_devices_evt() local
1375 int num_properties = 0; in btif_dm_search_services_evt() local
Dbtif_storage.cc771 uint32_t num_properties, in btif_storage_add_remote_device()
/system/bt/gd/rust/topshim/btif/
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()
/system/bt/service/hal/
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()
Dfake_bluetooth_interface.cc102 int num_properties, bt_property_t* properties) { in NotifyAdapterPropertiesChanged()
/system/bt/service/
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()
/system/bt/test/mock/
Dmock_btif_storage.cc88 uint32_t num_properties, in btif_storage_add_remote_device()