Searched defs:num_properties (Results 1 – 12 of 12) sorted by relevance
/system/bt/tools/bdtool/ |
D | adapter.c | 67 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/ |
D | bluetooth_test.cc | 126 int num_properties, in AdapterPropertiesCallback() 138 int num_properties, in RemoteDevicePropertiesCallback()
|
/system/bt/test/headless/ |
D | headless.cc | 68 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/ |
D | btif_stack_test.cc | 57 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/ |
D | bluetooth.cc | 620 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()
|
D | btif_dm.cc | 516 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
|
D | btif_storage.cc | 771 uint32_t num_properties, in btif_storage_add_remote_device()
|
/system/bt/gd/rust/topshim/btif/ |
D | btif_shim.cc | 40 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/ |
D | bluetooth_interface.cc | 78 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()
|
D | fake_bluetooth_interface.cc | 102 int num_properties, bt_property_t* properties) { in NotifyAdapterPropertiesChanged()
|
/system/bt/service/ |
D | adapter.cc | 48 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/ |
D | mock_btif_storage.cc | 88 uint32_t num_properties, in btif_storage_add_remote_device()
|