Home
last modified time | relevance | path

Searched refs:sppOption_ (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H A Dnapi_bluetooth_spp_server.cpp90 callbackInfo->sppOption_ = GetSppOptionFromJS(env, argv[PARAM1]); in CheckSppListenParams()
91 NAPI_BT_RETURN_IF((callbackInfo->sppOption_ == nullptr), "GetSppOptionFromJS faild.", napi_invalid_arg); in CheckSppListenParams()
132 UUID::FromString(callbackInfo->sppOption_->uuid_), callbackInfo->sppOption_->type_, in SppListen()
133 callbackInfo->sppOption_->secure_); in SppListen()
H A Dnapi_bluetooth_spp_client.cpp44 callbackInfo->sppOption_ = GetSppOptionFromJS(env, argv[PARAM1]); in CheckSppConnectParams()
45 NAPI_BT_RETURN_IF((callbackInfo->sppOption_ == nullptr), "GetSppOptionFromJS faild.", napi_invalid_arg); in CheckSppConnectParams()
119 UUID::FromString(callbackInfo->sppOption_->uuid_), in SppConnect()
120 callbackInfo->sppOption_->type_, callbackInfo->sppOption_->secure_); in SppConnect()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_spp_server.h27 std::shared_ptr<SppOption> sppOption_; member
H A Dnapi_bluetooth_spp_client.h30 std::shared_ptr<SppOption> sppOption_ = nullptr; member

Completed in 3 milliseconds