Lines Matching defs:Pan
69 * @brief Class for Pan API.
72 class BLUETOOTH_API Pan {
75 * @brief Get the instance of Pan object.
77 * @return Returns the pointer to the Pan instance.
79 static Pan *GetProfile();
82 * @brief Get remote Pan device list which are in the specified states.
90 * @brief Get the connection state of the specified remote Pan device.
98 * @brief Release the connection from remote Pan device.
106 * @brief Register Pan observer instance.
108 * @param observer Pan observer instance.
113 * @brief Deregister Pan observer instance.
115 * @param observer Pan observer instance.
133 * @brief The external process calls the Pan profile interface before the Bluetooth process starts. At this
135 * Pan proflie.
140 * @brief Static Pan observer instance.
146 Pan();
147 ~Pan();
148 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(Pan);
152 friend class BluetoothNoDestructor<Pan>;