Lines Matching defs:uuid
67 UUID uuid;
110 * @param uuid Uuid.
115 ClientSocket(const BluetoothRemoteDevice &bda, UUID uuid, BtSocketType type, bool auth);
132 * @param uuid Uuid.
138 ClientSocket(const BluetoothRemoteDevice &bda, UUID uuid, BtSocketType type, bool auth,
273 * @param uuid Uuid.
278 ServerSocket(const std::string &name, UUID uuid, BtSocketType type, bool encrypt);
370 * @param uuid Uuid.
375 const std::string &name, const UUID &uuid);
381 * @param uuid Uuid.
385 static std::shared_ptr<ServerSocket> DataListenRfcommByServiceRecord(const std::string &name, const UUID &uuid);
391 * @param uuid Uuid.
396 const BluetoothRemoteDevice &device, const UUID &uuid);
402 * @param uuid Uuid.
407 const BluetoothRemoteDevice &device, const UUID &uuid);