Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h146 } ConnBleConnectionEventListener; typedef
199 int32_t ConnBleInitConnectionMudule(SoftBusLooper *looper, ConnBleConnectionEventListener *listener…
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c88 static ConnBleConnectionEventListener g_connectionListener;
1185 static int32_t CheckBleInitConnectionPara(SoftBusLooper *looper, ConnBleConnectionEventListener *li… in CheckBleInitConnectionPara()
1206 int32_t ConnBleInitConnectionMudule(SoftBusLooper *looper, ConnBleConnectionEventListener *listener) in ConnBleInitConnectionMudule()
H A Dsoftbus_conn_ble_manager.c2320 ConnBleConnectionEventListener connectionEventListener = { in ConnInitBle()