Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_manager.h118 #define CONN_FEATURE_SUPPORT_NETWORKID_EXCAHNGE 0 macro
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c268 …device->isSupportNetworkIdExchange = (feature & (1 << CONN_FEATURE_SUPPORT_NETWORKID_EXCAHNGE)) !=… in NewDevice()