Lines Matching defs:Pan
58 struct Pan::impl {
150 Pan::impl::impl()
164 Pan::impl::~impl()
173 Pan::Pan()
178 Pan::~Pan()
181 Pan *Pan::GetProfile()
184 static BluetoothNoDestructor<Pan> instance;
187 static Pan instance;
192 int32_t Pan::GetDevicesByStates(std::vector<int> states, std::vector<BluetoothRemoteDevice> &result)
204 int32_t Pan::GetDeviceState(const BluetoothRemoteDevice &device, int32_t &state)
216 int32_t Pan::Disconnect(const BluetoothRemoteDevice &device)
229 void Pan::RegisterObserver(std::shared_ptr<PanObserver> observer)
236 void Pan::DeregisterObserver(std::shared_ptr<PanObserver> observer)
243 int32_t Pan::SetTethering(bool value)
256 int32_t Pan::IsTetheringOn(bool &value)