/foundation/communication/dsoftbus/core/connection/ble/include/ |
H A D | softbus_conn_ble_manager.h | 50 bool fastestConnectEnable; member 72 bool fastestConnectEnable; member
|
H A D | softbus_conn_ble_connection.h | 100 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 D | connection_ble_manager_mock.cpp | 130 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 D | connection_ble_manager_mock.h | 56 const char *addr, ConnSideType side, int32_t underlayerHandle, bool fastestConnectEnable) = 0;
|
/foundation/communication/dsoftbus/core/connection/interface/ |
H A D | softbus_conn_interface.h | 175 bool fastestConnectEnable; member
|
/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_manager.c | 260 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 D | softbus_conn_ble_connection.c | 106 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 D | softbus_conn_ble_client.c | 111 "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 D | connection_ble_client_test.cpp | 237 connection->fastestConnectEnable = true; in HWTEST_F() 295 connection->fastestConnectEnable = true; in HWTEST_F()
|
H A D | ble_service_connection_test.cpp | 204 connection.fastestConnectEnable = true; in HWTEST_F()
|
/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server.cpp | 140 connOpt.bleOption.fastestConnectEnable = true; in OpenAuthSession()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_common.c | 349 option->bleOption.fastestConnectEnable = true; in ConvertToConnectOption()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_lane_pending_ctl.c | 1479 connOpt->bleOption.fastestConnectEnable = true; in SetBleConnInfo()
|