Home
last modified time | relevance | path

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

/external/chromium_org/components/pairing/
Dbluetooth_controller_pairing_controller.cc342 pairing_api::PairDevices pair_devices; in OnAuthenticationDone() local
343 pair_devices.set_api_version(kPairingAPIVersion); in OnAuthenticationDone()
344 pair_devices.mutable_parameters()->set_admin_access_token(auth_token); in OnAuthenticationDone()
348 ProtoDecoder::SendPairDevices(pair_devices, &size)); in OnAuthenticationDone()