/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/ |
H A D | softbus_conn_ble_manager.h | 50 bool fastestConnectEnable; member 74 bool fastestConnectEnable; member
|
H A D | softbus_conn_ble_connection.h | 100 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 D | connection_ble_manager_mock.cpp | 130 const char *addr, ConnSideType side, int32_t underlayerHandle, bool fastestConnectEnable) in LegacyBleCreateConnection() argument 132 …ctionBleInterface()->LegacyBleCreateConnection(addr, side, underlayerHandle, fastestConnectEnable); in LegacyBleCreateConnection()
|
H A D | connection_ble_manager_mock.h | 57 … const char *addr, ConnSideType side, int32_t underlayerHandle, bool fastestConnectEnable) = 0;
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_manager.c | 259 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 D | softbus_conn_ble_client.c | 124 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 D | softbus_conn_ble_connection.c | 106 …, 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 D | softbus_conn_interface.h | 176 bool fastestConnectEnable; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/ |
H A D | connection_ble_client_test.cpp | 237 connection->fastestConnectEnable = true; 295 connection->fastestConnectEnable = true;
|
H A D | ble_service_connection_test.cpp | 204 connection.fastestConnectEnable = true;
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server.cpp | 140 connOpt.bleOption.fastestConnectEnable = true; in OpenAuthSession()
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_common.c | 338 option->bleOption.fastestConnectEnable = true; in ConvertToConnectOption()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_lane_pending_ctl.c | 1536 connOpt->bleOption.fastestConnectEnable = true; in SetBleConnInfo()
|