Home
last modified time | relevance | path

Searched refs:bonded_devices (Results 1 – 6 of 6) sorted by relevance

/system/bt/btif/src/
Dbtif_storage.cc642 btif_bonded_devices_t bonded_devices; in btif_storage_get_adapter_property() local
644 btif_in_fetch_bonded_devices(&bonded_devices, 0); in btif_storage_get_adapter_property()
649 __func__, bonded_devices.num_devices); in btif_storage_get_adapter_property()
651 if (bonded_devices.num_devices > 0) { in btif_storage_get_adapter_property()
652 property->len = bonded_devices.num_devices * RawAddress::kLength; in btif_storage_get_adapter_property()
653 memcpy(property->val, bonded_devices.devices, property->len); in btif_storage_get_adapter_property()
912 btif_bonded_devices_t bonded_devices; in btif_storage_load_bonded_devices() local
927 btif_in_fetch_bonded_devices(&bonded_devices, 1); in btif_storage_load_bonded_devices()
966 sizeof(RawAddress) * bonded_devices.num_devices); in btif_storage_load_bonded_devices()
969 bonded_devices.num_devices * sizeof(RawAddress); in btif_storage_load_bonded_devices()
[all …]
Dbtif_core.cc558 RawAddress bonded_devices[BTM_SEC_MAX_DEVICE_RECORDS]; in btif_in_get_adapter_properties() local
597 sizeof(bonded_devices), bonded_devices); in btif_in_get_adapter_properties()
/system/bt/service/
Dadapter.h89 const std::vector<std::string>& bonded_devices);
Dadapter.cc179 const std::vector<std::string>& bonded_devices) { in OnGetBondedDevices() argument
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc448 const std::vector<std::string>& bonded_devices) { in OnGetBondedDevices() argument
452 devices_s16.reserve(bonded_devices.size()); in OnGetBondedDevices()
453 for (const auto& device : bonded_devices) in OnGetBondedDevices()
Dbluetooth_binder_server.h144 const std::vector<std::string>& bonded_devices) override;