Home
last modified time | relevance | path

Searched refs:LNN_NETIF_TYPE_BR (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.c146 ret = (type == LNN_NETIF_TYPE_BR) ? DisableBrSubnet(subnet) : DisableBleSubnet(subnet); in DestroyBtSubnetManager()
195 if (type == LNN_NETIF_TYPE_BR || type == LNN_NETIF_TYPE_BLE) { in OnBtNetifStatusChanged()
200 if (type == LNN_NETIF_TYPE_BR) { in OnBtNetifStatusChanged()
246 if (netifManager->type == LNN_NETIF_TYPE_BR && in NotifyBtStatusChanged()
375 .supportedNetif = LNN_NETIF_TYPE_BR | LNN_NETIF_TYPE_BLE,
H A Dlnn_network_manager.c820 case LNN_NETIF_TYPE_BR: in LnnGetAddrTypeByIfName()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/include/
H A Dlnn_network_manager.h39 #define LNN_NETIF_TYPE_BR (0x1 << 2) macro
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_bt_network_impl_mock.cpp41 *type = (LnnNetIfType)LNN_NETIF_TYPE_BR; in ActionOfLnnGetNetIfTypeByNameBr()
H A Dlnn_bt_network_impl_test.cpp119 .type = LNN_NETIF_TYPE_BR,
H A Dlnn_network_manager_test.cpp47 .type = LNN_NETIF_TYPE_BR,