Home
last modified time | relevance | path

Searched refs:LNN_PROTOCOL_BLE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_bt_network_impl.c248 …nNotifyPhysicalSubnetStatusChanged(netifManager->ifName, LNN_PROTOCOL_BR | LNN_PROTOCOL_BLE, data); in NotifyBtStatusChanged()
252 …nNotifyPhysicalSubnetStatusChanged(netifManager->ifName, LNN_PROTOCOL_BR | LNN_PROTOCOL_BLE, data); in NotifyBtStatusChanged()
364 LnnUnregistPhysicalSubnetByType(LNN_PROTOCOL_BR | LNN_PROTOCOL_BLE); in LnnDeinitBtNetwork()
374 .id = LNN_PROTOCOL_BR | LNN_PROTOCOL_BLE,
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_protocol_def.h29 #define LNN_PROTOCOL_BLE (1L << 1) macro
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/utils/
H A Dlnn_bus_center_utils_test.cpp176 option.socketOption.protocol = LNN_PROTOCOL_BLE;
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_auth_negotiation_test/
H A Dtrans_auth_negotiation_test.cpp289 socketInfo.protocol = LNN_PROTOCOL_BLE;
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_network_manager_test.cpp218 manager.id = LNN_PROTOCOL_BLE;
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c1691 info->supportedProtocols = LNN_PROTOCOL_BR | LNN_PROTOCOL_BLE; in UnpackBt()