Lines Matching refs:auth
84 impl(const BluetoothRemoteDevice &addr, UUID uuid, BtSocketType type, bool auth);
86 impl(const BluetoothRemoteDevice &addr, UUID uuid, BtSocketType type, bool auth,
362 ClientSocket::impl::impl(const BluetoothRemoteDevice &addr, UUID uuid, BtSocketType type, bool auth)
369 auth_(auth),
388 ClientSocket::impl::impl(const BluetoothRemoteDevice &addr, UUID uuid, BtSocketType type, bool auth,
397 auth_(auth),
403 ClientSocket::ClientSocket(const BluetoothRemoteDevice &bda, UUID uuid, BtSocketType type, bool auth)
404 : pimpl(new ClientSocket::impl(bda, uuid, type, auth))
411 ClientSocket::ClientSocket(const BluetoothRemoteDevice &bda, UUID uuid, BtSocketType type, bool auth,
413 : pimpl(new ClientSocket::impl(bda, uuid, type, auth, observer))