Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/js/napi/include/
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;
76 std::map<std::string, std::shared_ptr<BluetoothCallbackInfo>> callbackInfos_ = {};
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;