Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_connection_fsm.h47 #define LNN_CONN_INFO_FLAG_JOIN_ACTIVE (LNN_CONN_INFO_FLAG_JOIN_REQUEST | LNN_CONN_INFO_FLAG_JOIN_A… macro
48 #define LNN_CONN_INFO_FLAG_JOIN (LNN_CONN_INFO_FLAG_JOIN_ACTIVE | LNN_CONN_INFO_FLAG_JOIN_PASSIVE)
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c172 connInfo->flag &= ~LNN_CONN_INFO_FLAG_JOIN_ACTIVE; in NotifyJoinResult()
185 connInfo->flag &= ~LNN_CONN_INFO_FLAG_JOIN_ACTIVE; in NotifyJoinResult()