Home
last modified time | relevance | path

Searched refs:fastestConnectEnable (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_manager.h50 bool fastestConnectEnable; member
74 bool fastestConnectEnable; member
H A Dsoftbus_conn_ble_connection.h100 bool fastestConnectEnable; member
181 … BleProtocolType protocol, ConnSideType side, int32_t underlayerHandle, bool fastestConnectEnable);
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_manager_mock.cpp130 const char *addr, ConnSideType side, int32_t underlayerHandle, bool fastestConnectEnable) in LegacyBleCreateConnection() argument
132 …ctionBleInterface()->LegacyBleCreateConnection(addr, side, underlayerHandle, fastestConnectEnable); in LegacyBleCreateConnection()
H A Dconnection_ble_manager_mock.h57 … const char *addr, ConnSideType side, int32_t underlayerHandle, bool fastestConnectEnable) = 0;
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c259 device->fastestConnectEnable = ctx->fastestConnectEnable; in NewDevice()
483 …->addr, device->protocol, CONN_SIDE_CLIENT, INVALID_UNDERLAY_HANDLE, device->fastestConnectEnable); in BleConnectDeviceDirectly()
572 target->fastestConnectEnable = (device->fastestConnectEnable || target->fastestConnectEnable); in PendingDevice()
1773 ctx->fastestConnectEnable = option->bleOption.fastestConnectEnable; in BleConnectDevice()
1790 requestId, anomizeAddress, ctx->protocol, anomizeUdid, ctx->fastestConnectEnable, in BleConnectDevice()
H A Dsoftbus_conn_ble_client.c124 connection->connectionId, underlayerHandle, connection->fastestConnectEnable); in SetConnectionHandleAndState()
145 …if (connection->fastestConnectEnable && SoftbusGattcSetFastestConn(underlayerHandle) != SOFTBUS_OK… in ConnGattClientConnect()
156 if (connection->fastestConnectEnable && setFastestConn) { in ConnGattClientConnect()
H A Dsoftbus_conn_ble_connection.c106 …, BleProtocolType protocol, ConnSideType side, int32_t underlayerHandle, bool fastestConnectEnable) in ConnBleCreateConnection() argument
117 connection->fastestConnectEnable = fastestConnectEnable; in ConnBleCreateConnection()
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h176 bool fastestConnectEnable; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_client_test.cpp237 connection->fastestConnectEnable = true;
295 connection->fastestConnectEnable = true;
H A Dble_service_connection_test.cpp204 connection.fastestConnectEnable = true;
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp140 connOpt.bleOption.fastestConnectEnable = true; in OpenAuthSession()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_common.c338 option->bleOption.fastestConnectEnable = true; in ConvertToConnectOption()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1536 connOpt->bleOption.fastestConnectEnable = true; in SetBleConnInfo()