Home
last modified time | relevance | path

Searched refs:NewDevice (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c160 static int32_t NewDevice(ConnBrDevice **outDevice, const char *addr) in NewDevice() function
224 status = NewDevice(&device, ctx->addr); in ConvertCtxToDevice()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c246 static int32_t NewDevice(ConnBleDevice **outDevice, const ConnBleConnectRequestContext *ctx) in NewDevice() function
295 status = NewDevice(&device, ctx); in ConvertCtxToDevice()