Searched refs:bonded_devices (Results 1 – 6 of 6) sorted by relevance
642 btif_bonded_devices_t bonded_devices; in btif_storage_get_adapter_property() local644 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() local927 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 …]
558 RawAddress bonded_devices[BTM_SEC_MAX_DEVICE_RECORDS]; in btif_in_get_adapter_properties() local597 sizeof(bonded_devices), bonded_devices); in btif_in_get_adapter_properties()
89 const std::vector<std::string>& bonded_devices);
179 const std::vector<std::string>& bonded_devices) { in OnGetBondedDevices() argument
448 const std::vector<std::string>& bonded_devices) { in OnGetBondedDevices() argument452 devices_s16.reserve(bonded_devices.size()); in OnGetBondedDevices()453 for (const auto& device : bonded_devices) in OnGetBondedDevices()
144 const std::vector<std::string>& bonded_devices) override;