Lines Matching defs:Opp
45 * @brief Bluetooth Opp Transfer Information.
272 * @brief Class for Opp Host observer functions.
302 * @brief Class for Opp API.
305 class BLUETOOTH_API Opp {
308 * @brief Get the instance of Opp object.
310 * @return Returns the pointer to the Opp instance.
312 static Opp *GetProfile();
362 * @brief Register Opp observer instance.
364 * @param observer Opp observer instance.
369 * @brief Deregister Opp observer instance.
371 * @param observer Opp observer instance.
376 * @brief The external process calls the Opp profile interface before the Bluetooth process starts. At this
378 * Opp proflie.
383 * @brief Static Opp observer instance.
389 Opp();
390 ~Opp();
391 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(Opp);
395 friend class BluetoothNoDestructor<Opp>;