Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_manager.h50 bool fastestConnectEnable; member
72 bool fastestConnectEnable; member
H A Dsoftbus_conn_ble_connection.h100 bool fastestConnectEnable; member
181 const char *addr, BleProtocolType protocol, ConnSideType side, int32_t underlayerHandle, bool fastestConnectEnable);
/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()
132 return GetConnectionBleInterface()->LegacyBleCreateConnection(addr, side, underlayerHandle, fastestConnectEnable); in LegacyBleCreateConnection()
129 LegacyBleCreateConnection( const char *addr, ConnSideType side, int32_t underlayerHandle, bool fastestConnectEnable) LegacyBleCreateConnection() argument
H A Dconnection_ble_manager_mock.h56 const char *addr, ConnSideType side, int32_t underlayerHandle, bool fastestConnectEnable) = 0;
/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h175 bool fastestConnectEnable; member
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c260 device->fastestConnectEnable = ctx->fastestConnectEnable; in NewDevice()
484 device->addr, device->protocol, CONN_SIDE_CLIENT, INVALID_UNDERLAY_HANDLE, device->fastestConnectEnable); in BleConnectDeviceDirectly()
573 target->fastestConnectEnable = (device->fastestConnectEnable || target->fastestConnectEnable); in PendingDevice()
1776 ctx->fastestConnectEnable = option->bleOption.fastestConnectEnable; in BleConnectDevice()
1792 "fastestConnectEnable=%{public}d, connectTraceId=%{public}u", in BleConnectDevice()
1793 requestId, anomizeAddress, ctx->protocol, anomizeUdid, ctx->fastestConnectEnable, in BleConnectDevice()
[all...]
H A Dsoftbus_conn_ble_connection.c106 const char *addr, BleProtocolType protocol, ConnSideType side, int32_t underlayerHandle, bool fastestConnectEnable) in ConnBleCreateConnection()
117 connection->fastestConnectEnable = fastestConnectEnable; in ConnBleCreateConnection()
105 ConnBleCreateConnection( const char *addr, BleProtocolType protocol, ConnSideType side, int32_t underlayerHandle, bool fastestConnectEnable) ConnBleCreateConnection() argument
H A Dsoftbus_conn_ble_client.c111 "ble client connect. connectionId=%{public}u, handle=%{public}d, fastestConnectEnable=%{public}d", in SetConnectionHandleAndState()
112 connection->connectionId, underlayerHandle, connection->fastestConnectEnable); in SetConnectionHandleAndState()
133 if (connection->fastestConnectEnable && SoftbusGattcSetFastestConn(underlayerHandle) != SOFTBUS_OK) { in ConnGattClientConnect()
144 if (connection->fastestConnectEnable && setFastestConn) { in ConnGattClientConnect()
/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_client_test.cpp237 connection->fastestConnectEnable = true; in HWTEST_F()
295 connection->fastestConnectEnable = true; in HWTEST_F()
H A Dble_service_connection_test.cpp204 connection.fastestConnectEnable = true; in HWTEST_F()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp140 connOpt.bleOption.fastestConnectEnable = true; in OpenAuthSession()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_common.c349 option->bleOption.fastestConnectEnable = true; in ConvertToConnectOption()
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1479 connOpt->bleOption.fastestConnectEnable = true; in SetBleConnInfo()

Completed in 16 milliseconds