Home
last modified time | relevance | path

Searched refs:InitSoftbusAdapterServer (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_ble_gatt_server.h167 int InitSoftbusAdapterServer(void);
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_server_test.cpp118 InitSoftbusAdapterServer();
157 InitSoftbusAdapterServer();
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c826 int InitSoftbusAdapterServer(void) in InitSoftbusAdapterServer() function
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_server.c1250 int32_t status = InitSoftbusAdapterServer(); in ConnGattInitServerModule()