Home
last modified time | relevance | path

Searched defs:NapiSppClient (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_spp_client.h63 struct NapiSppClient { struct
72 static std::map<int, std::shared_ptr<NapiSppClient>> clientMap; argument
74 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;