Home
last modified time | relevance | path

Searched refs:ConnBleDirectIsEnable (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_direct_virtual.c26 bool ConnBleDirectIsEnable(BleProtocolType protocol) in ConnBleDirectIsEnable() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_lane_deps_mock.h90 virtual bool ConnBleDirectIsEnable(BleProtocolType protocol) = 0;
155 MOCK_METHOD1(ConnBleDirectIsEnable, bool (BleProtocolType));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_deps_mock.cpp339 bool ConnBleDirectIsEnable(BleProtocolType protocol) in ConnBleDirectIsEnable() function
341 return GetLaneDepsInterface()->ConnBleDirectIsEnable(protocol); in ConnBleDirectIsEnable()
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h402 bool ConnBleDirectIsEnable(BleProtocolType protocol);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_pipeline.c188ConnBleDirectIsEnable(BLE_COC), SOFTBUS_FUNC_NOT_SUPPORT, TRANS_CTRL, "ble direct is not enable"); in TransProxyPipelineOpenChannel()