Searched refs:ConvertGattServiceVectorToJS (Results 1 – 2 of 2) sorted by relevance
57 ConvertGattServiceVectorToJS(env, includeServices, services); in ConvertGattServiceToJS()61 void ConvertGattServiceVectorToJS(napi_env env, napi_value result, vector<GattService>& services) in ConvertGattServiceVectorToJS() function411 ConvertGattServiceVectorToJS(env, object, const_cast<vector<GattService> &>(gattServices_)); in ToNapiValue()
55 void ConvertGattServiceVectorToJS(napi_env env, napi_value result, std::vector<GattService> &servic…