Home
last modified time | relevance | path

Searched refs:bleServerInitModule (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dble_protocol_interface_factory.c35 .bleServerInitModule = ConnGattInitServerModule,
H A Dsoftbus_conn_ble_connection.c1233 ret = interface->bleServerInitModule(looper, &serverEventListener); in ConnBleInitConnectionMudule()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h177 … int32_t (*bleServerInitModule)(SoftBusLooper *looper, const ConnBleServerEventListener *listener); member