Searched defs:NapiSppClient (Results 1 – 1 of 1) sorted by relevance
63 struct NapiSppClient { struct72 static std::map<int, std::shared_ptr<NapiSppClient>> clientMap; argument74 int id_ = -1;75 bool sppReadFlag = false;78 std::shared_ptr<ClientSocket> client_ = nullptr;79 std::shared_ptr<BluetoothRemoteDevice> device_ = nullptr;80 std::shared_ptr<std::thread> thread_;81 napi_threadsafe_function sppReadThreadSafeFunc_ = nullptr;