Searched refs:sppOption_ (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth/frameworks/js/napi/src/socket/ |
H A D | napi_bluetooth_spp_server.cpp | 90 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 D | napi_bluetooth_spp_client.cpp | 44 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 D | napi_bluetooth_spp_server.h | 27 std::shared_ptr<SppOption> sppOption_; member
|
H A D | napi_bluetooth_spp_client.h | 30 std::shared_ptr<SppOption> sppOption_ = nullptr; member
|
Completed in 3 milliseconds