Searched refs:gattServer (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_server.cpp | 74 NapiGattServer* gattServer = new NapiGattServer(); in GattServerConstructor() local 77 env, thisVar, gattServer, in GattServerConstructor() 93 NapiGattServer *gattServer = nullptr; in NapiGetGattServer() local 94 auto status = napi_unwrap(env, thisVar, (void **)&gattServer); in NapiGetGattServer() 98 return gattServer; in NapiGetGattServer() 144 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsAddService() local 145 NAPI_BT_RETURN_IF(gattServer == nullptr, "gattServer is nullptr.", napi_invalid_arg); in CheckGattsAddService() 146 outServer = gattServer->GetServer(); in CheckGattsAddService() 186 NapiGattServer *gattServer in CheckGattsClose() local 217 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); CheckGattsRemoveService() local 259 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); CheckGattsSendRsp() local 312 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); CheckNotifyCharacteristicChangedEx() local 367 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); CheckGattsNotify() local [all...] |
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 115 std::shared_ptr<GattServer> gattServer = nullptr; member 131 #define GATTSERVER(x) g_gattServers[x].gattServer 605 HILOGI("register gattServer: %{public}d", i); in BleGattsRegister()
|
Completed in 3 milliseconds