Searched refs:peer_pairing_config (Results 1 – 4 of 4) sorted by relevance
2987 subscribe_event.peer_pairing_config.enable_pairing_setup = it.get_u32(); in handleEvent()2990 subscribe_event.peer_pairing_config.enable_pairing_verification = in handleEvent()2994 subscribe_event.peer_pairing_config.enable_pairing_cache = it.get_u32(); in handleEvent()2997 subscribe_event.peer_pairing_config.supported_bootstrapping_methods = in handleEvent()6819 subscribe_event.peer_pairing_config.enable_pairing_setup = it.get_u32(); in handleEvent()6822 subscribe_event.peer_pairing_config.enable_pairing_verification = in handleEvent()6826 subscribe_event.peer_pairing_config.enable_pairing_cache = it.get_u32(); in handleEvent()6829 subscribe_event.peer_pairing_config.supported_bootstrapping_methods = in handleEvent()
2217 NanPairingConfig peer_pairing_config; member
6288 printMsg("Enable Pairing cache: %d\n", event->peer_pairing_config.enable_pairing_cache); in OnNanEventMatch()6289 printMsg("Enable Pairing setup: %d\n", event->peer_pairing_config.enable_pairing_setup); in OnNanEventMatch()6291 event->peer_pairing_config.enable_pairing_verification); in OnNanEventMatch()6293 event->peer_pairing_config.supported_bootstrapping_methods); in OnNanEventMatch()
2338 if (!convertLegacyPairingConfigToAidl(legacy_ind.peer_pairing_config, in convertLegacyNanMatchIndToAidl()