Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_bt_network_impl_test.cpp92 LnnMonitorBtAclStateChangedEvent btEvent1 = {
96 LnnMonitorBtAclStateChangedEvent btEvent2 = {
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_bt_network_impl.c303 const LnnMonitorBtAclStateChangedEvent *event = (const LnnMonitorBtAclStateChangedEvent *)info; in BtAclStateChangedEvtHandler()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h183 } LnnMonitorBtAclStateChangedEvent; typedef
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c655LnnMonitorBtAclStateChangedEvent event = {.basic.event = LNN_EVENT_BT_ACL_STATE_CHANGED, .status =… in LnnNotifyBtAclStateChangeEvent()