Home
last modified time | relevance | path

Searched refs:sppType (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_profile.cpp89 napi_value sppType = nullptr; in SppTypeInit() local
90 napi_create_object(env, &sppType); in SppTypeInit()
91 SetNamedPropertyByInteger(env, sppType, SppType::SPP_RFCOMM, "SPP_RFCOMM"); in SppTypeInit()
92 return sppType; in SppTypeInit()
/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H A Dnapi_bluetooth_spp_server.cpp60 napi_value sppType = nullptr; in SppTypeInit() local
61 napi_create_object(env, &sppType); in SppTypeInit()
62 SetNamedPropertyByInteger(env, sppType, SppType::SPP_RFCOMM, "SPP_RFCOMM"); in SppTypeInit()
63 return sppType; in SppTypeInit()

Completed in 1 milliseconds